[arch-commits] Commit in (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 11:41:56 UTC 2022


    Date: Wednesday, May 4, 2022 @ 11:41:56
  Author: arojas
Revision: 1193490

New gfeeds dependency

Added:
  blueprint-compiler/
  blueprint-compiler/trunk/
  blueprint-compiler/trunk/PKGBUILD

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

Added: blueprint-compiler/trunk/PKGBUILD
===================================================================
--- blueprint-compiler/trunk/PKGBUILD	                        (rev 0)
+++ blueprint-compiler/trunk/PKGBUILD	2022-05-04 11:41:56 UTC (rev 1193490)
@@ -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