18 lines
455 B
Bash
18 lines
455 B
Bash
# Template file for 'Mustache'
|
|
pkgname=Mustache
|
|
version=4.1
|
|
revision=1
|
|
short_desc="Mustache text templates for modern C++"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="BSL-1.0"
|
|
homepage="https://github.com/kainjow/Mustache"
|
|
distfiles="https://github.com/kainjow/Mustache/archive/v${version}.tar.gz"
|
|
checksum=acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167
|
|
|
|
do_check() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
vinstall mustache.hpp 644 usr/include
|
|
}
|