New package: kpcli-2.8
This commit is contained in:
parent
814146c04c
commit
4450cf169b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/kpcli/template
Normal file
16
srcpkgs/kpcli/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'kpcli'
|
||||
pkgname="kpcli"
|
||||
version=2.8
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="perl perl-Crypt-Rijndael perl-Sort-Naturally perl-Term-ReadKey perl-Term-ShellUI perl-File-KeePass perl-Clone"
|
||||
short_desc="KeePass Command Line Interface"
|
||||
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
|
||||
license="Artistic, GPL-1"
|
||||
build_style=fetch
|
||||
homepage="http://kpcli.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.pl"
|
||||
checksum=21351afe96bd8d151cc5b551b9852249199802deac5ed05ba8538f18c308b2ee
|
||||
do_install() {
|
||||
vbin kpcli-${version}.pl kpcli
|
||||
}
|
Loading…
Reference in a new issue