[arch-commits] Commit in mustache-d/repos/community-x86_64 (PKGBUILD PKGBUILD)
Dan Printzell
wild at archlinux.org
Tue Apr 28 20:43:03 UTC 2020
Date: Tuesday, April 28, 2020 @ 20:43:03
Author: wild
Revision: 622109
archrelease: copy trunk to community-x86_64
Added:
mustache-d/repos/community-x86_64/PKGBUILD
(from rev 622108, mustache-d/trunk/PKGBUILD)
Deleted:
mustache-d/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-28 20:42:57 UTC (rev 622108)
+++ PKGBUILD 2020-04-28 20:43:03 UTC (rev 622109)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mustache-d
-pkgver=0.1.4
-pkgrel=3
-pkgdesc='Moustache template engine for D'
-arch=('x86_64')
-url='https://github.com/repeatedly/mustache-d'
-license=('Boost')
-makedepends=('meson' 'ldc' 'liblphobos')
-source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz")
-sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- # Build with LDC
- export DC=ldc
-
- arch-meson ../$pkgname-$pkgver
-
- ninja
-}
-
-package() {
- cd build
-
- DESTDIR="$pkgdir" ninja install
-}
Copied: mustache-d/repos/community-x86_64/PKGBUILD (from rev 622108, mustache-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-28 20:43:03 UTC (rev 622109)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mustache-d
+pkgver=0.1.4
+pkgrel=4
+pkgdesc='Moustache template engine for D'
+arch=('x86_64')
+url='https://github.com/repeatedly/mustache-d'
+license=('Boost')
+makedepends=('meson' 'ldc' 'liblphobos')
+source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz")
+sha512sums=('764da71092f0def69c168597eb720d3b122a0addf516739c35fc79910b7709a220d7c901cd3afaa66164472df1178e395696b36c9b3d4e84472da7220add7b2c')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ # Build with LDC
+ export DC=ldc
+
+ arch-meson ../$pkgname-$pkgver
+
+ ninja
+}
+
+package() {
+ cd build
+
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list