aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-10-02 17:42:13 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-10-02 17:42:18 +0200
commitb4cde20c32a37e400dcda159f956c0e69a7ff0ed (patch)
tree741e3816e3c8e8e4a1178f7b42da5aad55dd45ab
parenta7ad49f1a8b55dddc397c89f98284d90363984b6 (diff)
downloadaports-b4cde20c32a37e400dcda159f956c0e69a7ff0ed.tar.bz2
aports-b4cde20c32a37e400dcda159f956c0e69a7ff0ed.tar.xz
testing/easypki: move from community and enable check
-rw-r--r--community/easypki/APKBUILD (renamed from testing/easypki/APKBUILD)8
-rw-r--r--community/easypki/glide.lock (renamed from testing/easypki/glide.lock)0
-rw-r--r--community/easypki/glide.yaml (renamed from testing/easypki/glide.yaml)0
-rw-r--r--community/easypki/overide-version.patch (renamed from testing/easypki/overide-version.patch)0
4 files changed, 6 insertions, 2 deletions
diff --git a/testing/easypki/APKBUILD b/community/easypki/APKBUILD
index 81489ee343..fa0f815dfb 100644
--- a/testing/easypki/APKBUILD
+++ b/community/easypki/APKBUILD
@@ -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"
diff --git a/testing/easypki/glide.lock b/community/easypki/glide.lock
index 7d591adc6e..7d591adc6e 100644
--- a/testing/easypki/glide.lock
+++ b/community/easypki/glide.lock
diff --git a/testing/easypki/glide.yaml b/community/easypki/glide.yaml
index 785d15a234..785d15a234 100644
--- a/testing/easypki/glide.yaml
+++ b/community/easypki/glide.yaml
diff --git a/testing/easypki/overide-version.patch b/community/easypki/overide-version.patch
index 7ae8e5c60a..7ae8e5c60a 100644
--- a/testing/easypki/overide-version.patch
+++ b/community/easypki/overide-version.patch