void-packages/srcpkgs/tc-play/template

21 lines
747 B
Bash
Raw Normal View History

2015-10-12 14:32:42 +00:00
# Template file for 'tc-play'
pkgname=tc-play
version=2.0
revision=1
build_style=gnu-makefile
2015-10-12 14:41:30 +00:00
make_build_args="-f Makefile.classic PBKDF_BACKEND=gcrypt"
2015-10-12 14:32:42 +00:00
make_build_target="tcplay"
2015-10-12 14:41:30 +00:00
make_install_args="-f Makefile.classic PBKDF_BACKEND=gcrypt SBINDIR=/usr/bin"
2015-10-12 14:32:42 +00:00
make_install_target="install_program"
2015-10-12 14:41:30 +00:00
makedepends="device-mapper-devel libuuid-devel libgcrypt-devel"
2015-10-12 14:32:42 +00:00
short_desc="Free and simple TrueCrypt implementation based on dm-crypt"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
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
}