mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: tc-play-2.0
This commit is contained in:
parent
5f06bbcd12
commit
e73703d56d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/tc-play/template
Normal file
20
srcpkgs/tc-play/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue