[arch-commits] Commit in nyancat/repos (4 files)
Felix Yan
fyan at archlinux.org
Sun Aug 9 03:50:41 UTC 2015
Date: Sunday, August 9, 2015 @ 05:50:40
Author: fyan
Revision: 138126
archrelease: copy trunk to community-i686, community-x86_64
Added:
nyancat/repos/community-i686/
nyancat/repos/community-i686/PKGBUILD
(from rev 138125, nyancat/trunk/PKGBUILD)
nyancat/repos/community-x86_64/
nyancat/repos/community-x86_64/PKGBUILD
(from rev 138125, nyancat/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: nyancat/repos/community-i686/PKGBUILD (from rev 138125, nyancat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 03:50:40 UTC (rev 138126)
@@ -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=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 138125, nyancat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-08-09 03:50:40 UTC (rev 138126)
@@ -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=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"
+}
More information about the arch-commits
mailing list