From b4cde20c32a37e400dcda159f956c0e69a7ff0ed Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 2 Oct 2017 17:42:13 +0200 Subject: [PATCH] testing/easypki: move from community and enable check --- {testing => community}/easypki/APKBUILD | 8 ++++++-- {testing => community}/easypki/glide.lock | 0 {testing => community}/easypki/glide.yaml | 0 {testing => community}/easypki/overide-version.patch | 0 4 files changed, 6 insertions(+), 2 deletions(-) rename {testing => community}/easypki/APKBUILD (93%) rename {testing => community}/easypki/glide.lock (100%) rename {testing => community}/easypki/glide.yaml (100%) rename {testing => community}/easypki/overide-version.patch (100%) 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