1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/blueprint-compiler/APKBUILD

38 lines
1 KiB
Text

# Contributor: Newbyte <newbie13xd@gmail.com>
# Maintainer: Newbyte <newbie13xd@gmail.com>
pkgname=blueprint-compiler
pkgver=0.6.0
pkgrel=1
pkgdesc="Markup language for GTK user interfaces"
url="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler"
arch="noarch !s390x"
license="LGPL-3.0-or-later"
depends="
gobject-introspection-dev
gtk4.0
python3
py3-gobject3
"
makedepends="meson"
checkdepends="gtk4.0-dev"
depends_dev="blueprint-compiler"
subpackages="$pkgname-dev"
source="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
check() {
meson test --no-rebuild --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
d6946fc8cc97e94046632afca5643baadbf3b61f4f57b9c8461b669f9eb4ddabedc1d14e4bb0b4c50f31ec768a9cd7b02c88aee72587db233f6c0c006d508a8f blueprint-compiler-v0.6.0.tar.gz
"