mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
tomb: update to 2.7.
This commit is contained in:
parent
50c3ccb2cf
commit
e295662062
1 changed files with 3 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'tomb'
|
||||
pkgname=tomb
|
||||
version=2.6
|
||||
version=2.7
|
||||
revision=1
|
||||
wrksrc=Tomb-${version}
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libnotify-devel gtk+-devel"
|
||||
depends="sudo gnupg cryptsetup pinentry zsh"
|
||||
short_desc="A minimalistic commandline tool to manage encrypted volumes"
|
||||
short_desc="Minimalistic commandline tool to manage encrypted volumes"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.dyne.org/software/tomb/"
|
||||
distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
|
||||
checksum=02b650a37c4638458f55c84db5fcfdbd57f565685581d691f59155932c9323eb
|
||||
checksum=960107427e42cf0ac10b876cdec0e9f898c10a32d078e3370b7d9b7404a06a74
|
||||
|
||||
pre_build() {
|
||||
sed -i extras/gtk-tray/Makefile \
|
||||
|
@ -35,4 +35,3 @@ do_install() {
|
|||
make
|
||||
vbin tomb-gtk-tray
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue