mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/easypki: move from community and enable check
This commit is contained in:
parent
a7ad49f1a8
commit
b4cde20c32
@ -1,8 +1,8 @@
|
|||||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||||
# Maintainer:
|
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||||
pkgname=easypki
|
pkgname=easypki
|
||||||
pkgver=1.1.0
|
pkgver=1.1.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Creating a certificate authority the easy way"
|
pkgdesc="Creating a certificate authority the easy way"
|
||||||
url="https://github.com/google/easypki"
|
url="https://github.com/google/easypki"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -32,6 +32,10 @@ package() {
|
|||||||
install -Dm755 easypki "$pkgdir"/usr/bin/easypki
|
install -Dm755 easypki "$pkgdir"/usr/bin/easypki
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
"$builddir"/easypki --help > /dev/null
|
||||||
|
}
|
||||||
|
|
||||||
glide_init() {
|
glide_init() {
|
||||||
abuild clean deps unpack prepare
|
abuild clean deps unpack prepare
|
||||||
cd "$builddir"
|
cd "$builddir"
|
Loading…
Reference in New Issue
Block a user