[arch-commits] Commit in agetpkg/repos (extra-any extra-any/PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Fri Oct 16 23:56:43 UTC 2015


    Date: Saturday, October 17, 2015 @ 01:56:42
  Author: seblu
Revision: 249447

archrelease: copy trunk to extra-any

Added:
  agetpkg/repos/extra-any/
  agetpkg/repos/extra-any/PKGBUILD
    (from rev 249446, agetpkg/trunk/PKGBUILD)

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

Copied: agetpkg/repos/extra-any/PKGBUILD (from rev 249446, agetpkg/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2015-10-16 23:56:42 UTC (rev 249447)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=agetpkg
+pkgver=1
+pkgrel=1
+pkgdesc='Archlinux Archive Get Package'
+arch=('any')
+url='https://github.com/seblu/agetpkg'
+license=('GPL2')
+makedepends=('git')
+depends=('python' 'python-xdg')
+source=("git+https://github.com/seblu/agetpkg#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd agetpkg
+  install -Dm755 agetpkg "$pkgdir/usr/bin/agetpkg"
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list