42 lines
1.1 KiB
Plaintext

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