new package: libtpms

This commit is contained in:
Tee KOBAYASHI 2022-12-01 01:02:17 +09:00 committed by xtkoba
parent 9751274326
commit eee4264d2a
1 changed files with 15 additions and 0 deletions

15
packages/libtpms/build.sh Normal file
View File

@ -0,0 +1,15 @@
TERMUX_PKG_HOMEPAGE=https://github.com/stefanberger/libtpms
TERMUX_PKG_DESCRIPTION="Provides software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.9.5
TERMUX_PKG_SRCURL=https://github.com/stefanberger/libtpms/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9522c69001e46a3b0e1ccd646d36db611b2366c395099d29037f2b067bf1bc60
TERMUX_PKG_DEPENDS="openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-openssl
"
termux_step_pre_configure() {
autoreconf -fi
}