void-packages/srcpkgs/tpm2-tools/template

19 lines
733 B
Bash

# Template file for 'tpm2-tools'
pkgname=tpm2-tools
version=5.5
revision=2
build_style=gnu-configure
hostmakedepends="autoconf autoconf-archive automake libtool pkg-config"
makedepends="libcurl-devel openssl-devel tpm2-tss-devel"
short_desc="Trusted Platform Module (TPM2.0) tools"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/tpm2-software/tpm2-tools/"
changelog="https://raw.githubusercontent.com/tpm2-software/tpm2-tools/master/docs/CHANGELOG.md"
distfiles="https://github.com/tpm2-software/tpm2-tools/releases/download/${version}/tpm2-tools-${version}.tar.gz"
checksum=1fdb49c730537bfdaed088884881a61e3bfd121e957ec0bdceeec0261236c123
post_install() {
vlicense docs/LICENSE
}