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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 3 15:03:00 UTC 2015


    Date: Tuesday, March 3, 2015 @ 16:02:59
  Author: arodseth
Revision: 128632

archrelease: copy trunk to community-testing-any

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

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

Copied: setconf/repos/community-testing-any/PKGBUILD (from rev 128631, setconf/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-03-03 15:02:59 UTC (rev 128632)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=setconf
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Utility for easily changing settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python2')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
+sha256sums=('724295b48963974e406d2ceb7cc68ec6bdb3e2ddc7ccdadb1b677b1121e44abd')
+
+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