aboutsummaryrefslogtreecommitdiffstats
path: root/community/setconf/APKBUILD
blob: 62826dc0327f5079b6fe24356aaf78740fb7caa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Michael Koloberdin <koloberdin@gmail.com>
pkgname=setconf
pkgver=0.7.6
pkgrel=0
pkgdesc="Utility for easily changing settings in configuration files"
url="http://setconf.roboticoverlords.org/"
arch="noarch"
license="GPL-2.0"
depends="python3"
subpackages="$pkgname-doc"
source="http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"

package() {
	cd "$builddir"
	install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname" || return 1
	install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" || return 1
}

sha512sums="eed6e18a9ee279abaa3fa8fd15d9b869d16f84d27a5fcd7e2445e8370e769cb36ab3962aae3d132ca334d0fe640cfae31b22385aa13096d55a545c9ef1823370  setconf-0.7.6.tar.xz"