[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)
Dan Printzell
wild at archlinux.org
Tue Apr 28 20:43:37 UTC 2020
Date: Tuesday, April 28, 2020 @ 20:43:37
Author: wild
Revision: 622111
archrelease: copy trunk to community-x86_64
Added:
gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 622110, gir-to-d/trunk/PKGBUILD)
Deleted:
gir-to-d/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-28 20:43:30 UTC (rev 622110)
+++ PKGBUILD 2020-04-28 20:43:37 UTC (rev 622111)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=gir-to-d
-pkgver=0.21.0
-pkgrel=1
-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=('378a5c1cb1ec909fc39f1cc00b2479a0d826c3bdfe31b535e68719e4ccc74db548b670700dbf78eced417777477d1bcf5aad1cbe2bc15049f1ec52666c16a9da')
-
-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
-}
Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 622110, gir-to-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-28 20:43:37 UTC (rev 622111)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gir-to-d
+pkgver=0.21.0
+pkgrel=2
+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=('378a5c1cb1ec909fc39f1cc00b2479a0d826c3bdfe31b535e68719e4ccc74db548b670700dbf78eced417777477d1bcf5aad1cbe2bc15049f1ec52666c16a9da')
+
+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