aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-chrony/APKBUILD
blob: 1bb06cb2467c9d8d1cb594ffe5bb829ab4c04833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-chrony
pkgver=0.8.0
pkgrel=2
pkgdesc="A web-based system administration interface for chrony"
url="https://git.alpinelinux.org/cgit/acf/acf-chrony"
arch="noarch"
license="GPL2"
depends="acf-core lua-posix chrony"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="091da28f32d68fa09101996f95c1a8e3  acf-chrony-0.8.0.tar.xz"
sha256sums="60e4f3d4d8a1a7139ba0a371841e4fc7842e7204dd09d1f5d93495c9e8ec484e  acf-chrony-0.8.0.tar.xz"
sha512sums="eb317d9448b6d6eb41371d4805cfcd952dbd200d878016b5a3cabe7a4be5f74799241232edafd9b1a596d3efc583751a797a865e3e7e679d5783b2ec3ca674fc  acf-chrony-0.8.0.tar.xz"