[arch-commits] Commit in asciiquarium/repos (community-any community-any/PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Jul 20 22:23:18 UTC 2015
Date: Tuesday, July 21, 2015 @ 00:23:18
Author: anthraxx
Revision: 137164
archrelease: copy trunk to community-any
Added:
asciiquarium/repos/community-any/
asciiquarium/repos/community-any/PKGBUILD
(from rev 137163, asciiquarium/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: asciiquarium/repos/community-any/PKGBUILD (from rev 137163, asciiquarium/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-07-20 22:23:18 UTC (rev 137164)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartosz Chmura <chmurli at gmail.com>
+# Contributor: FJ <joostef at gmail.com>
+
+pkgname=asciiquarium
+pkgver=1.1
+pkgrel=4
+pkgdesc='An aquarium/sea animation in ASCII art'
+url='http://www.robobunny.com/projects/asciiquarium'
+arch=('any')
+license=('GPL2')
+depends=('perl' 'perl-term-animation')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
+sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
+
+
+package() {
+ cd ${pkgname}_${pkgver}
+ install -Dm 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+ install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list