[arch-commits] Commit in mustache-d (3 files)

Antonio Rojas arojas at archlinux.org
Tue Oct 4 17:42:19 UTC 2016


    Date: Tuesday, October 4, 2016 @ 17:42:18
  Author: arojas
Revision: 191331

archrelease: copy trunk to community-any

Added:
  mustache-d/repos/
  mustache-d/repos/community-any/
  mustache-d/repos/community-any/PKGBUILD
    (from rev 191330, mustache-d/trunk/PKGBUILD)

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

Copied: mustache-d/repos/community-any/PKGBUILD (from rev 191330, mustache-d/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2016-10-04 17:42:18 UTC (rev 191331)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 188929 2016-09-07 12:50:30Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mustache-d
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Moustache template engine for D"
+arch=(any)
+url="https://github.com/repeatedly/mustache-d"
+license=(custom:boost)
+depends=()
+makedepends=()
+source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz" "http://www.boost.org/LICENSE_1_0.txt")
+sha256sums=('b2ad2aa9b8461bd2dbde9c3fa68a91ff4164955a2e9eacdc17d54f0d4244f9e0'
+            'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 src/mustache.d "$pkgdir"/usr/include/d/mustache-d/src/mustache.d
+  install -Dm644 "$srcdir"/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list