🔒 Repository is read-only – file editing is disabled.

recipes/utils/firejail/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: firejail
pkgver: '0.9.80'
pkgrel: '1'
pkgdesc: 'Linux namespaces sandbox program'
url: 'https://l3net.wordpress.com/projects/firejail/'
arch: x86_64
depends: []
makedepends:
- gawk

source:
- 'https://sourceforge.net/projects/firejail/files/${pkgname}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true