16 lines
447 B
Bash
16 lines
447 B
Bash
# Template file for 'keychain'
|
|
pkgname=keychain
|
|
version=2.8.5
|
|
revision=1
|
|
noarch=yes
|
|
short_desc="Keychain manager for ssh-agent and gpg-agent"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://www.funtoo.org/wiki/Keychain"
|
|
license="GPL-2"
|
|
distfiles="https://github.com/funtoo/keychain/archive/${version}.tar.gz"
|
|
checksum=dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b
|
|
|
|
do_install() {
|
|
vbin keychain
|
|
vman keychain.1
|
|
}
|