[arch-commits] Commit in (agetpkg)

2017-05-14 Thread Sébastien Luttringer
Date: Sunday, May 14, 2017 @ 16:02:37
  Author: seblu
Revision: 295992

No time to fight

Deleted:
  agetpkg/


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

2015-10-16 Thread Sébastien Luttringer
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


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

2015-10-16 Thread Sébastien Luttringer
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:
+