Files
termux-packages/root-packages/nwipe/build.sh
termux-pacman-bot afe0fbba4b fix(main/nwipe): package belongs to root-repo
This package refuses to run without root permissions and should be
placed to the root-repo.

Additionally add more fixes for hardcoded paths to prevent errors
related to configuration files.
2025-07-08 11:06:48 +00:00

16 lines
643 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/martijnvanbrummelen/nwipe
TERMUX_PKG_DESCRIPTION="A program that will securely erase the entire contents of disks"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.38"
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/martijnvanbrummelen/nwipe/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0c1b19d1a721b995504fc01c21363555f207b25d6749650355a8cd7be09824dd
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, parted, libconfig, hdparm"
TERMUX_PKG_SUGGESTS="smartmontools"
termux_step_pre_configure() {
autoreconf -fi
}