From 2a6d0b1775b65fabeec4e02e8714b31e857a6179 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Sun, 14 Apr 2019 20:04:55 +0100 Subject: 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 --- community/keychain/APKBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 community/keychain/APKBUILD (limited to 'community/keychain') 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 +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" -- cgit v1.2.3