[arch-commits] Commit in mustache-d/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu May 25 20:54:16 UTC 2017


    Date: Thursday, May 25, 2017 @ 20:54:15
  Author: arojas
Revision: 230266

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: mustache-d/repos/community-i686/PKGBUILD (from rev 230265, mustache-d/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-25 20:54:15 UTC (rev 230266)
@@ -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=2
+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 230265, mustache-d/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-25 20:54:15 UTC (rev 230266)
@@ -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=2
+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
+}



More information about the arch-commits mailing list