20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'nwipe'
|
|
pkgname=nwipe
|
|
version=0.32
|
|
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=40b7a3833d60a28834ccc190174c97a28141fdd43d93652ae93bb4928f567a5c
|
|
|
|
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|