diff --git a/srcpkgs/tc-play/template b/srcpkgs/tc-play/template new file mode 100644 index 00000000000..27579977f09 --- /dev/null +++ b/srcpkgs/tc-play/template @@ -0,0 +1,20 @@ +# Template file for 'tc-play' +pkgname=tc-play +version=2.0 +revision=1 +build_style=gnu-makefile +make_build_args="-f Makefile.classic" +make_build_target="tcplay" +make_install_args="-f Makefile.classic SBINDIR=/usr/bin" +make_install_target="install_program" +makedepends="device-mapper-devel libuuid-devel libressl-devel" +short_desc="Free and simple TrueCrypt implementation based on dm-crypt" +maintainer="Christian Neukirchen " +license="2-clause-BSD" +homepage="https://github.com/bwalex/tc-play" +distfiles="https://github.com/bwalex/${pkgname}/archive/v${version}.tar.gz" +checksum=0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d + +post_install() { + vlicense LICENSE +}