[arch-commits] Commit in setconf/repos/community-any (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Oct 30 15:27:15 UTC 2016
Date: Sunday, October 30, 2016 @ 15:27:15
Author: arodseth
Revision: 194014
archrelease: copy trunk to community-any
Added:
setconf/repos/community-any/PKGBUILD
(from rev 194013, setconf/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: setconf/repos/community-any/PKGBUILD (from rev 194013, setconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-30 15:27:15 UTC (rev 194014)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=setconf
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='Utility for easily changing 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=('6368a5785e56ac1c697332e318e1346421278ad22112775c16017c82c0937aea')
+
+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