contrib/bubblewrap/Pkgfile

18 lines
443 B
Plaintext

# Description: Unprivileged sandboxing tool
# URL: https://github.com/projectatomic/bubblewrap/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: docbook-xsl
name=bubblewrap
version=0.3.3
release=1
source=(https://github.com/projectatomic/bubblewrap/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-priv-mode=setuid
make
make DESTDIR=$PKG install
}