diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template new file mode 100644 index 00000000000000..7e5fe1c91bb45c --- /dev/null +++ b/srcpkgs/presenterm/template @@ -0,0 +1,20 @@ +# Template file for 'presenterm' +pkgname=presenterm +version=0.16.1 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="oniguruma-devel" +depends="python3-WeasyPrint" +short_desc="Markdown terminal slideshow tool" +maintainer="Komeil Parseh " +license="BSD-2-Clause" +homepage="https://github.com/mfontanini/presenterm" +changelog="https://raw.githubusercontent.com/mfontanini/presenterm/refs/heads/master/CHANGELOG.md" +distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz" +checksum=221258deae7204c65a55d3666aaea5fa157312b4196a59abc60ba4d363787c10 + +post_install() { + vdoc README.md + vlicense LICENSE +}