[arch-commits] Commit in gir-to-d/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Oct 24 02:11:51 UTC 2021


    Date: Sunday, October 24, 2021 @ 02:11:51
  Author: foutrelis
Revision: 1033024

archrelease: copy trunk to community-testing-x86_64

Added:
  gir-to-d/repos/community-testing-x86_64/
  gir-to-d/repos/community-testing-x86_64/PKGBUILD
    (from rev 1033023, gir-to-d/trunk/PKGBUILD)

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

Copied: gir-to-d/repos/community-testing-x86_64/PKGBUILD (from rev 1033023, gir-to-d/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-10-24 02:11:51 UTC (rev 1033024)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gir-to-d
+pkgver=0.22.0
+pkgrel=5
+pkgdesc='Create D bindings from GObject introspection files'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/gir-to-d'
+license=('LGPL3')
+depends=('gcc-libs' 'liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('18a06884153c4ec7c028a2ad492bf272500e3e4079ae7c3eba6188f7681377edde2fe0cbcacedaa757aa6ed5bcf5f1ba2d201093d6f31111692a0162b44c77d6')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list