aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-18 16:10:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-18 16:10:55 -0300
commit6c667452cb4e9d3504b59c37e3e1a73328ccf2a7 (patch)
tree4a6f5c96606c2720652fd6fa77ce602ad3489c28 /community
parent024d83023793d6ca49e77de25fcfa9c29a104f96 (diff)
downloadaports-6c667452cb4e9d3504b59c37e3e1a73328ccf2a7.tar.bz2
aports-6c667452cb4e9d3504b59c37e3e1a73328ccf2a7.tar.xz
community/keychain: fix url, fix license
Diffstat (limited to 'community')
-rw-r--r--community/keychain/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/keychain/APKBUILD b/community/keychain/APKBUILD
index 169862f38f..b0752e3273 100644
--- a/community/keychain/APKBUILD
+++ b/community/keychain/APKBUILD
@@ -1,17 +1,16 @@
# Maintainer: François Chavant <alpine@mail.chavant.info>
pkgname=keychain
pkgver=2.8.5
-pkgrel=0
+pkgrel=1
pkgdesc="keychain ssh-agent front-end"
-url="http://www.funtoo.org/Keychain"
+url="https://www.funtoo.org/Keychain"
arch="noarch"
-license="GPL-2.0"
+license="GPL-2.0-only"
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"
}