#!/bin/sh
#
# Copyright 2023-2026 Sasa Ostrouska <saxa@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="tpm2-tss"
VERSION="4.1.3"
REVISION="1"

PKG_SOURCEURL='https://github.com/tpm2-software/${NAME}/releases/download/${VERSION}/${NAME}-${VERSION}.tar.gz'
PKG_SANIFYNOTOUCH='oo'

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
