mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 11:53:25 +00:00
25 lines
756 B
Bash
25 lines
756 B
Bash
TERMUX_PKG_HOMEPAGE=https://packages.debian.org/debianutils
|
|
TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installation scripts of Debian packages"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=5.13
|
|
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=74c30d41c7eb46fed5c7bb6a9b3c10de47ea777220bf51ebc700d99296bdb153
|
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="
|
|
bin/add-shell
|
|
bin/installkernel
|
|
bin/remove-shell
|
|
bin/update-shells
|
|
bin/which
|
|
share/man/man1/which.1
|
|
share/man/man8/add-shell.8
|
|
share/man/man8/installkernel.8
|
|
share/man/man8/remove-shell.8
|
|
share/man/man8/update-shells.8
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -vfi
|
|
}
|