new package: libcap-ng

This commit is contained in:
Leonid Pliushch 2020-12-11 13:45:08 +02:00
parent d7174211f2
commit 04f3129aea
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -0,0 +1,10 @@
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_VERSION=0.8.2
TERMUX_PKG_SRCURL=https://github.com/stevegrubb/libcap-ng/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=65b86885b8d873e55c05bd49427fd370d559b26f0c2089ac9194828e6a2fe233
termux_step_pre_configure() {
./autogen.sh
}