Skip to content

Commit ffc81ce

Browse files
committed
New package: presenterm-0.16.1
1 parent c05b441 commit ffc81ce

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

srcpkgs/presenterm/template

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Template file for 'presenterm'
2+
pkgname=presenterm
3+
version=0.16.1
4+
revision=1
5+
build_style=cargo
6+
hostmakedepends="pkg-config"
7+
makedepends="oniguruma-devel"
8+
depends="python3-WeasyPrint"
9+
short_desc="A markdown terminal slideshow tool"
10+
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
11+
license="BSD-2-Clause"
12+
homepage="https://github.com/mfontanini/presenterm"
13+
changelog="https://raw.githubusercontent.com/mfontanini/presenterm/refs/heads/master/CHANGELOG.md"
14+
distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
15+
checksum=221258deae7204c65a55d3666aaea5fa157312b4196a59abc60ba4d363787c10
16+
17+
post_install() {
18+
vdoc README.md
19+
vlicense LICENSE
20+
}

0 commit comments

Comments
 (0)