# Maintainer: Natanael Copa pkgname=alpine-conf pkgver=3.7.0_rc1 pkgrel=0 pkgdesc="Alpine configuration management scripts" url=http://git.alpinelinux.org/cgit/$pkgname arch="all" license="MIT" depends="openrc>0.13 busybox>=1.26.1-r3" source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz " builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" make VERSION=$pkgver-r$pkgrel || return 1 } package() { cd "$builddir" make install PREFIX= DESTDIR="$pkgdir" || return 1 for i in commit exclude include status update; do ln -s lbu "$pkgdir"/sbin/lbu_$i done } sha512sums="98f1bbb88a717c2c391b7d3e33b5fc00673e22800bc823ce706de24766b145a9cbc6c43812b2ee775258527a12256516e43bcda2354060456e57da484cf3a565 alpine-conf-3.7.0_rc1.tar.xz"