name: libcap-ng description: A library for Linux that makes using posix capabilities easy version: 0.9.5 revision: 1 url: https://people.redhat.com/sgrubb/libcap-ng/ license: GPL-2.0-or-later,LGPL-2.1-or-later maintainers: - enumdev@enumerated.dev architecture: any type: source depends: - glibc make_depends: - bash-completion - python3 - swig downloads: - url: https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 checksum: a2b4211f59b231d607c61ea2a13e9ecb38f446fe769b44e12da939d5af6d978a split_packages: - name: libcap-ng - name: python-capng description: Python bindings for libcap-ng depends: - libcap-ng - python3=3.14.*