John bd6100d232 Revert "python3-pystache: remove package", update to 0.6.7.
This reverts commit c4563fb92874f300a36c16fb85fbb4cceade59f3.

this package was still used by linphone as a buildtime dependency
2024-12-27 23:01:32 +01:00

19 lines
561 B
Bash

# Template file for 'python3-pystache'
pkgname=python3-pystache
version=0.6.7
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="Python3 implementation of Mustache"
maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://github.com/PennyDreadfulMTG/pystache"
distfiles="${PYPI_SITE}/p/pystache/pystache-${version}.tar.gz"
checksum=55d8bb5aac450389369584b1627cecbe9069e13a09471a8fe783c44b64e94d5a
post_install() {
vlicense LICENSE
ln -s pystache "${DESTDIR}/usr/bin/pystache3"
}