testing/easypki: move from community and enable check

This commit is contained in:
Carlo Landmeter 2017-10-02 17:42:13 +02:00
parent a7ad49f1a8
commit b4cde20c32
4 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=easypki
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="Creating a certificate authority the easy way"
url="https://github.com/google/easypki"
arch="all"
@ -32,6 +32,10 @@ package() {
install -Dm755 easypki "$pkgdir"/usr/bin/easypki
}
check() {
"$builddir"/easypki --help > /dev/null
}
glide_init() {
abuild clean deps unpack prepare
cd "$builddir"