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

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


    Date: Saturday, October 17, 2015 @ 01:56:13
  Author: seblu
Revision: 249446

Add agetpkg

Added:
  agetpkg/
  agetpkg/repos/
  agetpkg/trunk/
  agetpkg/trunk/PKGBUILD

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

Added: agetpkg/trunk/PKGBUILD
===================================================================
--- agetpkg/trunk/PKGBUILD	                        (rev 0)
+++ agetpkg/trunk/PKGBUILD	2015-10-16 23:56:13 UTC (rev 249446)
@@ -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:
+


Property changes on: agetpkg/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list