[arch-commits] Commit in setconf/repos/community-any (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Nov 21 18:06:35 UTC 2013


    Date: Thursday, November 21, 2013 @ 19:06:34
  Author: arodseth
Revision: 101282

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
    (from rev 101281, setconf/trunk/PKGBUILD)

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

Copied: setconf/repos/community-any/PKGBUILD (from rev 101281, setconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-21 18:06:34 UTC (rev 101282)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=setconf
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
+sha256sums=('360ff9855102d23a57373f413307830b97e9595409ec435430b0543db0f6241e')
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list