diff --git a/testing/easypki/APKBUILD b/community/easypki/APKBUILD similarity index 93% rename from testing/easypki/APKBUILD rename to community/easypki/APKBUILD index 81489ee3432..fa0f815dfbb 100644 --- a/testing/easypki/APKBUILD +++ b/community/easypki/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter -# Maintainer: +# Maintainer: Carlo Landmeter 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" diff --git a/testing/easypki/glide.lock b/community/easypki/glide.lock similarity index 100% rename from testing/easypki/glide.lock rename to community/easypki/glide.lock diff --git a/testing/easypki/glide.yaml b/community/easypki/glide.yaml similarity index 100% rename from testing/easypki/glide.yaml rename to community/easypki/glide.yaml diff --git a/testing/easypki/overide-version.patch b/community/easypki/overide-version.patch similarity index 100% rename from testing/easypki/overide-version.patch rename to community/easypki/overide-version.patch