void-packages/srcpkgs/nwipe/template
2019-11-18 22:21:26 +01:00

20 lines
548 B
Bash

# Template file for 'nwipe'
pkgname=nwipe
version=0.26
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libuuid-devel libparted-devel ncurses-devel"
short_desc="Utility to securely erase disks"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/martijnvanbrummelen/nwipe"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b8f37b4f1529931bdd5635d33baa35b7c08755e7ef5f0556b629c0360c85c920
CFLAGS="-D_FILE_OFFSET_BITS=64"
pre_configure() {
sh init.sh
}