16 lines
515 B
Bash
16 lines
515 B
Bash
# Template file for 'tpm-tools'
|
|
pkgname=tpm-tools
|
|
version=1.3.8
|
|
revision=3
|
|
build_style=gnu-configure
|
|
makedepends="libressl-devel trousers-devel"
|
|
short_desc="Manage and diagnose tools for a Trusted Platform Module (TPM)"
|
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
|
license="CPL"
|
|
homepage="http://trousers.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/trousers/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=66eb4ff095542403db6b4bd4b574e8a5c08084fe4e9e5aa9a829ee84e20bea83
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|