18 lines
517 B
Bash
18 lines
517 B
Bash
|
# Template file for 'cackey'
|
||
|
pkgname=cackey
|
||
|
version=0.7.5
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
makedepends="pcsclite-devel"
|
||
|
depends="pcsc-tools"
|
||
|
short_desc="PKCS#11 provider library for using smart cards"
|
||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="http://www.rkeene.org/projects/info/wiki/161"
|
||
|
distfiles="http://cackey.rkeene.org/download/$version/cackey-$version.tar.gz"
|
||
|
checksum=7be8c5e9ab0f2e2052dd4fc8f8a58d3c9f37fc47116b4728645cd41805dc8708
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|