From d84258082d6294bad53b2064fbb79dace9db2ad0 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 19 Dec 2016 08:18:33 +0100 Subject: [PATCH] sys-apps/bubblewrap: initial import --- .../bubblewrap/bubblewrap-0.1.4.exheres-0 | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0 diff --git a/packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0 b/packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0 new file mode 100644 index 00000000..61db91e1 --- /dev/null +++ b/packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0 @@ -0,0 +1,29 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user='projectatomic' suffix="tar.xz" release="v${PV}" ] + +SUMMARY="Unprivileged sandboxing tool" + +LICENCES="LGPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS=" + selinux +" + +DEPENDENCIES=" + build: + dev-libs/libxslt + virtual/pkg-config +" + +BUGS_TO="hasufell@posteo.de" + +DEFAULT_SRC_CONFIGURE_PARAMS=( + --with-bash-completion-dir=/usr/share/bash-completion/completions +) +DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( + 'selinux' +) +