[arch-commits] Commit in nyancat/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 31 02:00:49 UTC 2018
Date: Thursday, May 31, 2018 @ 02:00:48
Author: felixonmars
Revision: 333805
archrelease: copy trunk to community-x86_64
Added:
nyancat/repos/community-x86_64/PKGBUILD
(from rev 333804, nyancat/trunk/PKGBUILD)
Deleted:
nyancat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 02:00:27 UTC (rev 333804)
+++ PKGBUILD 2018-05-31 02:00:48 UTC (rev 333805)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=nyancat
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Nyancat rendered in your terminal."
-arch=('i686' 'x86_64')
-url=http://nyancat.dakko.us/
-license=('custom:NCSA')
-depends=('glibc')
-makedepends=('git')
-source=("git://github.com/klange/$pkgname.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
- make -C $pkgname
-}
-
-package() {
- cd $pkgname/
- install -Dm755 src/$pkgname "$pkgdir"/usr/bin/$pkgname
- install -Dm644 $pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
-
- install -d "$pkgdir/usr/lib/systemd/system"
- install -m644 systemd/* "$pkgdir/usr/lib/systemd/system"
-}
Copied: nyancat/repos/community-x86_64/PKGBUILD (from rev 333804, nyancat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 02:00:48 UTC (rev 333805)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=nyancat
+pkgver=1.4.4
+pkgrel=2
+pkgdesc="Nyancat rendered in your terminal."
+arch=('x86_64')
+url=http://nyancat.dakko.us/
+license=('custom:NCSA')
+depends=('glibc')
+makedepends=('git')
+source=("git://github.com/klange/$pkgname.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ make -C $pkgname
+}
+
+package() {
+ cd $pkgname/
+ install -Dm755 src/$pkgname "$pkgdir"/usr/bin/$pkgname
+ install -Dm644 $pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
+
+ install -d "$pkgdir/usr/lib/systemd/system"
+ install -m644 systemd/* "$pkgdir/usr/lib/systemd/system"
+}
More information about the arch-commits
mailing list