[arch-commits] Commit in blueprint-compiler (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 11:42:05 UTC 2022


    Date: Wednesday, May 4, 2022 @ 11:42:05
  Author: arojas
Revision: 1193491

archrelease: copy trunk to community-any

Added:
  blueprint-compiler/repos/
  blueprint-compiler/repos/community-any/
  blueprint-compiler/repos/community-any/PKGBUILD
    (from rev 1193490, blueprint-compiler/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: blueprint-compiler/repos/community-any/PKGBUILD (from rev 1193490, blueprint-compiler/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2022-05-04 11:42:05 UTC (rev 1193491)
@@ -0,0 +1,28 @@
+# Maintainer:
+
+pkgname=blueprint-compiler
+pkgver=0+r153
+pkgrel=1
+pkgdesc='A markup language for GTK user interfaces'
+url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
+license=(LGPL)
+arch=(any)
+depends=(python)
+makedepends=(meson git)
+_commit=4e1398f23851de120b3489a242911d9a01349366
+source=("git+https://gitlab.gnome.org/jwestman/blueprint-compiler.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  echo "0+r"`git rev-list --count $_commit`
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list