milis/talimatname/genel/b/bubblewrap/talimat

19 lines
447 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Ayrıcalıksız sandboxing aracı
# URL: https://github.com/projectatomic/bubblewrap
# Paketçi: Cihan_Alkan
# Gerekler: libxslt docbook-xsl libcap
# Grup: sistem
isim=bubblewrap
surum=0.2.0
devir=1
kaynak=(https://github.com/projectatomic/bubblewrap/releases/download/v$surum/bubblewrap-$surum.tar.xz)
derle() {
cd "$SRC/$isim-$surum"
./configure --prefix=/usr \
--with-priv-mode=setuid
make
make DESTDIR="$PKG" install
}