From 3ee93968e10126adc7dad5c8872f0170c3421e13 Mon Sep 17 00:00:00 2001 From: zorz Date: Tue, 5 May 2026 18:29:35 +0300 Subject: various obsolette --- libcap-ng/MAKEPKG | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 libcap-ng/MAKEPKG (limited to 'libcap-ng/MAKEPKG') diff --git a/libcap-ng/MAKEPKG b/libcap-ng/MAKEPKG new file mode 100644 index 0000000..831c42d --- /dev/null +++ b/libcap-ng/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# description: A library for Linux that makes using posix capabilities easy +# url: https://people.redhat.com/sgrubb/libcap-ng/ + +name=libcap-ng +version=0.9.2 +release=1 +source=(https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v$version/$name-$version.tar.gz) + +sha256sums=( + "df6910d996818848de92db9c05f96492e008c4e35f96a8673f9b7cc44f5cf813" +) + +build() { + export CONFIG_SHELL=/bin/bash + cd $name-$version + + ./autogen.sh + ./configure \ + --prefix=/usr \ + --without-python3 + + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3