[arch-commits] Commit in mustache/repos (community-any community-any/PKGBUILD)
Justin Kromlinger
hashworks at archlinux.org
Sat Aug 22 16:47:11 UTC 2020
Date: Saturday, August 22, 2020 @ 16:47:11
Author: hashworks
Revision: 686741
archrelease: copy trunk to community-any
Added:
mustache/repos/community-any/
mustache/repos/community-any/PKGBUILD
(from rev 686740, mustache/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: mustache/repos/community-any/PKGBUILD (from rev 686740, mustache/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2020-08-22 16:47:11 UTC (rev 686741)
@@ -0,0 +1,21 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=mustache
+pkgver=4.1
+pkgrel=3
+pkgdesc="Mustache implementation for modern C++"
+license=('Boost')
+arch=('any')
+url='https://github.com/kainjow/Mustache'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=(acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167)
+
+check() {
+ cd "Mustache-${pkgver}"
+ make
+}
+
+package() {
+ install -Dm644 "Mustache-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+ install -D -m644 "Mustache-${pkgver}/mustache.hpp" "${pkgdir}/usr/include/mustache.hpp"
+}
+
More information about the arch-commits
mailing list