New package: presenterm-0.16.1

This commit is contained in:
Komeil Parseh
2026-05-09 19:08:30 +02:00
committed by Duncan Overbruck
parent 1bb829c197
commit 764cd7e892
+20
View File
@@ -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 <komeilparseh@disroot.org>"
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
}