void-packages/srcpkgs/nwipe/template
mobinmob e4d3f85b0e nwipe: update to 0.31.
Also:
- add changelog
- remove musl patch (fix from @ndowens has been
accepted upstream).
2021-10-01 16:02:54 -03:00

21 lines
644 B
Bash

# Template file for 'nwipe'
pkgname=nwipe
version=0.31
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"
changelog="https://raw.githubusercontent.com/martijnvanbrummelen/nwipe/master/CHANGELOG.md"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=de12644aa475e993db8ee70355f17937eccbe4daef35c9aa2b0cfe30f07020aa
CFLAGS="-D_FILE_OFFSET_BITS=64"
pre_configure() {
autoreconf -fi
}