diff options
| author | Keith Maxwell <keith.maxwell@gmail.com> | 2019-04-14 20:04:55 +0100 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-14 21:07:24 +0000 |
| commit | 2a6d0b1775b65fabeec4e02e8714b31e857a6179 (patch) | |
| tree | 3f829395072a1cc9790259e73fcef90231be2a88 /testing | |
| parent | 893bccadb728dde3fea5262cb486386003f8ffec (diff) | |
| download | aports-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 'testing')
| -rw-r--r-- | testing/keychain/APKBUILD | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/keychain/APKBUILD b/testing/keychain/APKBUILD deleted file mode 100644 index 169862f38f..0000000000 --- a/testing/keychain/APKBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# 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" |
