mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/bubblewrap: take over maintainership
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/82951#note_510847
This commit is contained in:
parent
d068f3822d
commit
d87b411b60
1 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
maintainer="Celeste <cielesti@protonmail.com>"
|
||||
pkgname=bubblewrap
|
||||
pkgver=0.11.0
|
||||
pkgrel=1
|
||||
|
@ -10,8 +11,13 @@ license="LGPL-2.0-or-later"
|
|||
options="!check" # Testsuite fails
|
||||
makedepends="meson libcap-dev libcap-static docbook-xsl"
|
||||
checkdepends="bash"
|
||||
subpackages="$pkgname-static $pkgname-doc $pkgname-bash-completion $pkgname-zsh-completion"
|
||||
source="bubblewrap-$pkgver.tar.gz::https://github.com/containers/bubblewrap/archive/v$pkgver.tar.gz"
|
||||
subpackages="
|
||||
$pkgname-static
|
||||
$pkgname-doc
|
||||
$pkgname-bash-completion
|
||||
$pkgname-zsh-completion
|
||||
"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/containers/bubblewrap/archive/v$pkgver.tar.gz"
|
||||
|
||||
# secfixes:
|
||||
# 0.10.0-r0:
|
||||
|
@ -28,6 +34,7 @@ build() {
|
|||
--prefer-static \
|
||||
output-static
|
||||
meson compile -C output-static
|
||||
|
||||
abuild-meson \
|
||||
-Drequire_userns=true \
|
||||
-Dman=enabled \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue