19 lines
453 B
Bash
19 lines
453 B
Bash
# Template file for 'Mustache'
|
|
pkgname=Mustache
|
|
version=4.0
|
|
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=17129681ee207404409d71bdc649f08d47029e3dea0ef68e5cd47868de1be23c
|
|
|
|
do_check() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
vinstall mustache.hpp 644 usr/include
|
|
}
|