mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
23 lines
902 B
Plaintext
23 lines
902 B
Plaintext
# Maintainer: Michael Koloberdin <koloberdin@gmail.com>
|
|
pkgname=setconf
|
|
pkgver=0.7.4
|
|
pkgrel=0
|
|
pkgdesc="Utility for easily changing settings in configuration files"
|
|
url="http://setconf.roboticoverlords.org/"
|
|
arch="noarch"
|
|
license="GPL2"
|
|
depends="python2"
|
|
subpackages="$pkgname-doc"
|
|
source="http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"
|
|
builddir="$srcdir/"
|
|
|
|
package() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
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
|
|
}
|
|
|
|
md5sums="f60a0afd5d90b58d73cc84da2e034dd9 setconf-0.7.4.tar.xz"
|
|
sha256sums="6368a5785e56ac1c697332e318e1346421278ad22112775c16017c82c0937aea setconf-0.7.4.tar.xz"
|
|
sha512sums="095b430ad1f3fc2bea42914faf395cd32a10c28ff70012194c2f86b60cdd6c5ccece4fd229558460659a0047f952442a67594650f3bc498395764dc11401d1af setconf-0.7.4.tar.xz"
|