# 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
}
