# Description: A library for Linux that makes using posix capabilities easy # URL: https://github.com/stevegrubb/libcap-ng # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: name=libcap-ng version=0.8.3 release=1 source=(https://github.com/stevegrubb/${name}/archive/refs/tags/v${version}.tar.gz) build() { cd "${name}-${version}" ./autogen.sh ./configure --prefix=/usr make make DESTDIR="${PKG}" install }