18 lines
540 B
Bash
18 lines
540 B
Bash
# Template file for 'bubblewrap'
|
|
pkgname=bubblewrap
|
|
version=0.3.0
|
|
revision=1
|
|
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=31781b5f9fcb12b525fad9fd2bec2309679b7a4cb7eb5da40cff84eafc93454b
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|