mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 19:17:06 +00:00
17 lines
589 B
Bash
17 lines
589 B
Bash
TERMUX_PKG_HOMEPAGE=https://people.redhat.com/sgrubb/libcap-ng/
|
|
TERMUX_PKG_DESCRIPTION="Library making programming with POSIX capabilities easier than traditional libcap"
|
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2:0.8.5"
|
|
TERMUX_PKG_SRCURL=https://github.com/stevegrubb/libcap-ng/archive/v${TERMUX_PKG_VERSION:2}.tar.gz
|
|
TERMUX_PKG_SHA256=e4be07fdd234f10b866433f224d183626003c65634ed0552b02e654a380244c2
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--without-python
|
|
--without-python3
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
./autogen.sh
|
|
}
|