tomb: depends on e2fsprogs

This commit is contained in:
Đoàn Trần Công Danh 2021-07-11 11:21:14 +07:00
parent c65b5af503
commit b0d6286bc9

View file

@ -1,11 +1,11 @@
# Template file for 'tomb'
pkgname=tomb
version=2.9
revision=1
revision=2
wrksrc=Tomb-${version}
build_style=gnu-makefile
hostmakedepends="pkg-config"
depends="sudo gnupg cryptsetup pinentry zsh"
depends="sudo gnupg cryptsetup pinentry zsh e2fsprogs"
short_desc="Minimalistic commandline tool to manage encrypted volumes"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3.0-or-later"
@ -14,11 +14,6 @@ changelog="https://raw.githubusercontent.com/dyne/Tomb/master/ChangeLog.md"
distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
checksum=b3a23c6680815f7557a3c4bd73d2b2dbde870a62357fcbf9b33089afae75d68c
post_patch() {
vsed -i extras/gtk-tray/Makefile \
-e's;$(CC) ;$(CC) $(CFLAGS) $(LDFLAGS) ;'
}
do_install() {
vbin tomb
vman doc/tomb.1