diff --git a/bubblewrap/.footprint b/bubblewrap/.footprint deleted file mode 100644 index 6f6eb711b..000000000 --- a/bubblewrap/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwsr-xr-x root/root usr/bin/bwrap -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/bash-completion/ -drwxr-xr-x root/root usr/share/bash-completion/completions/ --rw-r--r-- root/root usr/share/bash-completion/completions/bwrap -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/bwrap.1.gz diff --git a/bubblewrap/.signature b/bubblewrap/.signature deleted file mode 100644 index 103c43425..000000000 --- a/bubblewrap/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF338W5QQ/EczkKKQKu3mFB273dnQCMZ/SMqXACahhcExzLH7k3ZX0mSNCRkj2Bi7aK63Ud5s0/UC0R2wqfmuIaw0= -SHA256 (Pkgfile) = ac11151ad20868fb845890fc929b339ac363c35e394809bd30b701aebcdbd08a -SHA256 (.footprint) = e8c8c4e353f4c9362d89a9cf83126409af016d87c19ba0bbc568aeb0c0124038 -SHA256 (bubblewrap-0.3.3.tar.xz) = c6a45f51794a908b76833b132471397a7413f07620af08e76c273d9f7b364dff diff --git a/bubblewrap/Pkgfile b/bubblewrap/Pkgfile deleted file mode 100644 index 8817eeee8..000000000 --- a/bubblewrap/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -}