[arch-commits] Commit in aurphan/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:15:19 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:15:19
  Author: felixonmars
Revision: 660054

archrelease: copy trunk to community-staging-any

Added:
  aurphan/repos/community-staging-any/
  aurphan/repos/community-staging-any/PKGBUILD
    (from rev 660051, aurphan/trunk/PKGBUILD)

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

Copied: aurphan/repos/community-staging-any/PKGBUILD (from rev 660051, aurphan/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 18:15:19 UTC (rev 660054)
@@ -0,0 +1,19 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=aurphan
+pkgver=20140212
+pkgrel=3
+pkgdesc="Finds packages in need of maintainers, bug fixes and patches.  Adopt today!"
+arch=('any')
+url="http://kmkeen.com/aurphan/"
+license=('GPL')
+depends=('bash' 'curl' 'jshon' 'expac')
+makedepends=()
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('803a20a4b2e46635c5bebc4472d6289b6d86fc93033da0d6c57d7e7b2bd496018f45f0156846ef377f801a0a60eff7a7d67c22db6a6159f18f66abda1d034fd7')
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+



More information about the arch-commits mailing list