mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: blueprint-compiler-0.2.0
This commit is contained in:
parent
8819dd5afe
commit
cf1e86440e
1 changed files with 14 additions and 0 deletions
14
srcpkgs/blueprint-compiler/template
Normal file
14
srcpkgs/blueprint-compiler/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue