15 lines
586 B
Bash
15 lines
586 B
Bash
# Template file for 'bubblewrap'
|
|
pkgname=bubblewrap
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="libxslt docbook-xsl pkg-config"
|
|
makedepends="libcap-devel"
|
|
short_desc="Unprivileged sandboxing tool"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="LGPL-2.0-or-later"
|
|
homepage="https://github.com/containers/bubblewrap"
|
|
changelog="https://github.com/containers/bubblewrap/releases"
|
|
distfiles="https://github.com/containers/bubblewrap/releases/download/v${version}/bubblewrap-${version}.tar.xz"
|
|
checksum=c6347eaced49ac0141996f46bba3b089e5e6ea4408bc1c43bab9f2d05dd094e1
|