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