void-packages/srcpkgs/bubblewrap/template

18 lines
542 B
Bash

# Template file for 'bubblewrap'
pkgname=bubblewrap
version=0.2.1
revision=3
build_style=gnu-configure
hostmakedepends="automake libxslt docbook-xsl pkg-config"
makedepends="libcap-devel"
short_desc="Unprivileged sandboxing tool"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="LGPL-2"
homepage="https://github.com/projectatomic/bubblewrap"
distfiles="https://github.com/projectatomic/bubblewrap/archive/v${version}.tar.gz"
checksum="fd6d950d5694f1cdee2452405be7b735ff0de7aa65a70566f23b048b1cd35136"
pre_configure() {
autoreconf -fi
}