void-packages/srcpkgs/tomb/template

28 lines
874 B
Bash

# Template file for 'tomb'
pkgname=tomb
version=2.10
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
depends="sudo gnupg cryptsetup pinentry zsh e2fsprogs"
short_desc="Minimalistic commandline tool to manage encrypted volumes"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.dyne.org/software/tomb/"
changelog="https://raw.githubusercontent.com/dyne/Tomb/master/ChangeLog.md"
distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
checksum=e3da3215f0cd68ca67a835817657f87b5e309e6b5e3e6900acee7cfd5be23210
do_install() {
vbin tomb
vman doc/tomb.1
vdoc doc/KEY_SPECIFICATIONS.txt
vdoc doc/LinuxHDEncSettings.txt
vdoc doc/Luks_on_disk_format.pdf
vdoc doc/New_methods_in_HD_encryption.pdf
vdoc doc/TKS1-draft.pdf
vdoc doc/TODO.org
vdoc doc/bertini_thesis.pdf
vdoc doc/tomb_manpage.pdf
}