16 lines
711 B
Bash
16 lines
711 B
Bash
# Template file for 'blueprint-compiler'
|
|
pkgname=blueprint-compiler
|
|
version=0.14.0
|
|
revision=1
|
|
build_style=meson
|
|
depends="python3-gobject"
|
|
checkdepends="${depends} libadwaita-devel xvfb-run"
|
|
short_desc="Markup language and compiler for GTK 4 user interfaces"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
|
|
changelog="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/raw/main/NEWS.md"
|
|
distfiles="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${version}/blueprint-compiler-v${version}.tar.gz"
|
|
checksum=05faf3810cb76d4e2d2382c6a7e6c8096af27e144e2260635c97f6a173d67234
|
|
make_check_pre="xvfb-run"
|