void-packages/srcpkgs/nwipe/template
2015-07-25 04:28:10 +00:00

18 lines
502 B
Bash

# Template file for 'nwipe'
pkgname=nwipe
version=0.17
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libparted-devel ncurses-devel"
short_desc="Utility to securely erase disks"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/martijnvanbrummelen/nwipe"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=377a3250a45e7f75bb88f958e5ed232ca4f038d888d632fd6bb93dcdece52de3
pre_configure() {
sh init.sh
}