mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-06 18:12:51 +00:00
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.
16 lines
643 B
Bash
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
|
|
}
|