mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/acf-fetch-crl Initial Commit
This commit is contained in:
parent
ca793a1e6b
commit
ee889cf317
21
testing/acf-fetch-crl/APKBUILD
Normal file
21
testing/acf-fetch-crl/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=acf-fetch-crl
|
||||
pkgver=0.1.1
|
||||
pkgrel=0
|
||||
pkgdesc="A web-based system administration interface for fetch-crl"
|
||||
url="http://dev.alpinelinux.org/alpine/acf"
|
||||
license="GPL-2"
|
||||
depends="acf-core lua fetch-crl"
|
||||
makedepends=""
|
||||
install=
|
||||
subpackages=""
|
||||
source="http://dev.alpinelinux.org/alpine/acf/${pkgname:4}/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
}
|
||||
|
||||
md5sums="7032943de411a4a048ad07a502671cf4 acf-fetch-crl-0.1.1.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user