summaryrefslogtreecommitdiff
path: root/setconf
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-12-29 11:40:22 +0100
committerTim Biermann <tbier@posteo.de>2019-12-29 11:40:22 +0100
commitc5191ec976a248ac4ff5818a21939d3e4fcd09b5 (patch)
tree7984d6f1c41f5eca46934648a7d9e081e79beb2b /setconf
parentb20caeba86ba657e83717f89c23e957c4dbd4173 (diff)
downloadcontrib-c5191ec976a248ac4ff5818a21939d3e4fcd09b5.tar.gz
contrib-c5191ec976a248ac4ff5818a21939d3e4fcd09b5.tar.xz
setconf: initial commit, version 0.7.6
Diffstat (limited to 'setconf')
-rw-r--r--setconf/.footprint7
-rw-r--r--setconf/.signature5
-rw-r--r--setconf/Pkgfile15
3 files changed, 27 insertions, 0 deletions
diff --git a/setconf/.footprint b/setconf/.footprint
new file mode 100644
index 000000000..c591798f1
--- /dev/null
+++ b/setconf/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/setconf
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/setconf.1.gz
diff --git a/setconf/.signature b/setconf/.signature
new file mode 100644
index 000000000..7f1b3e95e
--- /dev/null
+++ b/setconf/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF31YZneDI6JF7vHWmJSJ8XLzn/z7vvTqFZdJKefVjKdWLUrA8DjFIKDoF6WnFQWIq46nchpzHadE/eaLTnxPK4gU=
+SHA256 (Pkgfile) = f3f0297bc74af180178b05c39c3c877bbaf73eb093bc5833d23ecb2a8e7604c9
+SHA256 (.footprint) = 2cc4dff27e912edaa395f54dbfa7a69e2767c0d74101f611e2ea15e9f45e42ee
+SHA256 (setconf-0.7.6.tar.xz) = 98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486
diff --git a/setconf/Pkgfile b/setconf/Pkgfile
new file mode 100644
index 000000000..0e470a84e
--- /dev/null
+++ b/setconf/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Utility for easily changing settings in configuration files
+# URL: https://setconf.roboticoverlords.org
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: python3
+
+name=setconf
+version=0.7.6
+release=1
+source=(https://setconf.roboticoverlords.org/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ install -Dm755 $name.py $PKG/usr/bin/$name
+ install -Dm644 $name.1.gz $PKG/usr/share/man/man1/$name.1.gz
+}

Generated by cgit