🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: libseccomp
pkgver: '2.6.1'
pkgrel: '1'
pkgdesc: 'Enhanced seccomp library'
url: 'https://github.com/seccomp/libseccomp'
arch: x86_64
depends: []
makedepends:
- gperf
source:
- 'https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=${PKGDIR} install
package: |
rm -f ${PKGDIR}/usr/lib/libseccomp.la