aboutsummaryrefslogtreecommitdiffstats
path: root/community/keychain
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2019-04-14 20:04:55 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-14 21:07:24 +0000
commit2a6d0b1775b65fabeec4e02e8714b31e857a6179 (patch)
tree3f829395072a1cc9790259e73fcef90231be2a88 /community/keychain
parent893bccadb728dde3fea5262cb486386003f8ffec (diff)
downloadaports-2a6d0b1775b65fabeec4e02e8714b31e857a6179.tar.bz2
aports-2a6d0b1775b65fabeec4e02e8714b31e857a6179.tar.xz
community/keychain: move from testing
Moved after upgrade as keychain has been in testing for two years and meets the criteria on the wiki: https://wiki.alpinelinux.org/wiki/Aports_what_is_edge#How_packages_move_in_edge_.28The_Juggler.29
Diffstat (limited to 'community/keychain')
-rw-r--r--community/keychain/APKBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/keychain/APKBUILD b/community/keychain/APKBUILD
new file mode 100644
index 0000000000..169862f38f
--- /dev/null
+++ b/community/keychain/APKBUILD
@@ -0,0 +1,19 @@
+# Maintainer: François Chavant <alpine@mail.chavant.info>
+pkgname=keychain
+pkgver=2.8.5
+pkgrel=0
+pkgdesc="keychain ssh-agent front-end"
+url="http://www.funtoo.org/Keychain"
+arch="noarch"
+license="GPL-2.0"
+subpackages="$pkgname-doc"
+source="http://www.funtoo.org/distfiles/$pkgname/$pkgname-$pkgver.tar.bz2"
+options="!check" # no test suite, see https://github.com/funtoo/keychain
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/"
+ install -Dm755 keychain "$pkgdir/usr/bin/keychain"
+ install -Dm644 keychain.1 "$pkgdir/usr/share/man/man1/keychain.1"
+}
+
+sha512sums="8750099cd12ca5696e8e583ea6fb7a66e8796b03fa742863c391ef6eb4e6824b41abe508344b4c6fda1524d203de0d0b076e845f6a95fdbbaf41f4bc7680f1ce keychain-2.8.5.tar.bz2"