[arch-commits] Commit in dontpanic/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 12 17:29:15 UTC 2019


    Date: Friday, April 12, 2019 @ 17:29:14
  Author: felixonmars
Revision: 451311

archrelease: copy trunk to community-x86_64

Added:
  dontpanic/repos/community-x86_64/
  dontpanic/repos/community-x86_64/PKGBUILD
    (from rev 451310, dontpanic/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: dontpanic/repos/community-x86_64/PKGBUILD (from rev 451310, dontpanic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-04-12 17:29:14 UTC (rev 451311)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dontpanic
+pkgver=1.02
+pkgrel=1
+pkgdesc='libdontpanic - used for testing Alien::Base'
+arch=('x86_64')
+url='https://github.com/Perl5-Alien/dontpanic'
+license=('GPL')
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Perl5-Alien/dontpanic/archive/$pkgver.tar.gz")
+sha512sums=('e260a3c27427f838b9228d096be63be86016bdaee1482a22d71611ba029ecab5666dde8d684b761507118842158e38a2181a89bcc7dde259ccaafcb1c019ed58')
+
+build() {
+  cd dontpanic-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd dontpanic-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list