15 lines
676 B
Bash
15 lines
676 B
Bash
|
# Template file for 'blueprint-compiler'
|
||
|
pkgname=blueprint-compiler
|
||
|
version=0.2.0
|
||
|
revision=1
|
||
|
wrksrc="${pkgname}-v${version}"
|
||
|
build_style=meson
|
||
|
depends="python3-gobject gobject-introspection"
|
||
|
checkdepends="${depends} gtk4-devel"
|
||
|
short_desc="Blueprint is a markup language and compiler for GTK 4 user interfaces"
|
||
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||
|
license="LGPL-3.0-or-later"
|
||
|
homepage="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
|
||
|
distfiles="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${version}/blueprint-compiler-v${version}.tar.gz"
|
||
|
checksum=d4e5444c95e8d0060c819d0ab96f79a7ea2673296be95a2fb00359d1d54a0d83
|