summaryrefslogtreecommitdiff
path: root/user/keychain
diff options
context:
space:
mode:
Diffstat (limited to 'user/keychain')
-rw-r--r--user/keychain/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/user/keychain/APKBUILD b/user/keychain/APKBUILD
index 1975187f3..10c0ab99d 100644
--- a/user/keychain/APKBUILD
+++ b/user/keychain/APKBUILD
@@ -6,6 +6,7 @@ pkgrel=0
pkgdesc="Agent manager for OpenSSH and GnuPG"
url="https://funtoo.org/Keychain"
arch="noarch"
+options="!check" # no tests
license="GPL-2.0-only"
depends=""
makedepends="perl"
@@ -19,10 +20,6 @@ build() {
make
}
-check() {
- cd "$builddir"
-}
-
package() {
cd "$builddir"
install -Dm755 "./${pkgname}" "${pkgdir}/usr/bin/${pkgname}"