From 09f9e340c97465339d27094b352f3890e80cefed Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 14 Apr 2019 20:33:18 +0200 Subject: pcr: add mustache This is a dependency of kiwix-tools Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/mustache/PKGBUILD | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pcr/mustache/PKGBUILD (limited to 'pcr') diff --git a/pcr/mustache/PKGBUILD b/pcr/mustache/PKGBUILD new file mode 100644 index 000000000..a6688a731 --- /dev/null +++ b/pcr/mustache/PKGBUILD @@ -0,0 +1,16 @@ +# Maintainer (AUR): hashworks +pkgname=mustache +pkgver=4.0b2 +pkgrel=1 +pkgdesc="Mustache implementation for modern C++" +license=('Boost') +arch=('any') +url='https://github.com/kainjow/Mustache' +source=("https://github.com/kainjow/Mustache/archive/v${pkgver}.tar.gz") +sha256sums=(ba7f02a4a3c4559821a13d7566d224c66806b370c82a5a5cf80be5b339fd32d4) + +package() { + mkdir -p ${pkgdir}/usr/include/ + cp Mustache-${pkgver}/mustache.hpp ${pkgdir}/usr/include/ +} + -- cgit v1.2.2