[arch-commits] Commit in mustache-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jul 19 18:24:24 UTC 2017


    Date: Wednesday, July 19, 2017 @ 18:24:23
  Author: arojas
Revision: 245713

archrelease: copy trunk to community-x86_64

Added:
  mustache-d/repos/community-x86_64/PKGBUILD
    (from rev 245712, mustache-d/trunk/PKGBUILD)
Deleted:
  mustache-d/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-19 18:24:05 UTC (rev 245712)
+++ PKGBUILD	2017-07-19 18:24:23 UTC (rev 245713)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 188929 2016-09-07 12:50:30Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mustache-d
-pkgver=0.1.3
-pkgrel=3
-pkgdesc="Moustache template engine for D"
-arch=(x86_64 i686)
-url="https://github.com/repeatedly/mustache-d"
-license=(custom:boost)
-depends=()
-makedepends=(meson ldc)
-source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz" "http://www.boost.org/LICENSE_1_0.txt")
-sha256sums=('b8cf5fe193b11dece663ad2d7f8acbcc02ef48334f0fdc922a2dde3f8ac64b57'
-            'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-  install -Dm644 "$srcdir"/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mustache-d/repos/community-x86_64/PKGBUILD (from rev 245712, mustache-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-19 18:24:23 UTC (rev 245713)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 188929 2016-09-07 12:50:30Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mustache-d
+pkgver=0.1.3
+pkgrel=4
+pkgdesc="Moustache template engine for D"
+arch=(x86_64)
+url="https://github.com/repeatedly/mustache-d"
+license=(custom:boost)
+depends=()
+makedepends=(meson dmd)
+source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz" "http://www.boost.org/LICENSE_1_0.txt")
+sha256sums=('b8cf5fe193b11dece663ad2d7f8acbcc02ef48334f0fdc922a2dde3f8ac64b57'
+            'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 "$srcdir"/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list