1 # Maintainer: Justin Kromlinger <hashworks@archlinux.org>
5 pkgdesc="Mustache implementation for modern C++"
8 url='https://github.com/kainjow/Mustache'
9 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
10 sha256sums=(acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167)
13 cd "Mustache-${pkgver}"
18 install -Dm644 "Mustache-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
19 install -D -m644 "Mustache-${pkgver}/mustache.hpp" "${pkgdir}/usr/include/mustache.hpp"