Skip to content
Snippets Groups Projects
Unverified Commit cce38c77 authored by zlg's avatar zlg
Browse files

user/keychain: remove tests

oops
parent 297a19dd
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment