void-packages/srcpkgs/nwipe/template

22 lines
684 B
Bash

# Template file for 'nwipe'
pkgname=nwipe
version=0.35
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libuuid-devel libparted-devel ncurses-devel libconfig-devel"
depends="smartmontools"
short_desc="Utility to securely erase disks"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/martijnvanbrummelen/nwipe"
changelog="https://raw.githubusercontent.com/martijnvanbrummelen/nwipe/master/CHANGELOG.md"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=323e79a4861f96aed75369a5b9048791a8aca1e72c9d8e1c87531346cba6a7ab
CFLAGS="-D_FILE_OFFSET_BITS=64"
pre_configure() {
autoreconf -fi
}