15 lines
728 B
Bash
15 lines
728 B
Bash
# Template file for 'blueprint-compiler'
|
|
pkgname=blueprint-compiler
|
|
version=0.4.0
|
|
revision=2
|
|
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/"
|
|
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=c1a5efd8562aca7df259679c6d9cd067ea2a78372069fcc01985619ec3963d8f
|