contrib/keychain/Pkgfile

17 lines
478 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: A front-end to ssh-agent.
2020-06-01 17:45:48 +02:00
# URL: https://www.funtoo.org/Keychain
# Maintainer: Thomas Penteker, tek at serverop dot de
2008-05-16 19:48:04 +02:00
# Packager: Stoyan Zhekov zhware at hotpop dot com
# Depends on:
2006-11-14 00:01:22 +01:00
name=keychain
version=2.8.5
2006-11-14 00:01:22 +01:00
release=1
source=(https://github.com/funtoo/keychain/archive/$version/$name-$version.tar.gz)
2006-11-14 00:01:22 +01:00
build() {
2013-09-25 22:54:52 +02:00
cd $name-$version
install -D -m755 keychain $PKG/usr/bin/keychain
install -D -m644 keychain.1 $PKG/usr/share/man/man1/keychain.1
2006-11-14 00:01:22 +01:00
}