We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05b441 commit ffc81ceCopy full SHA for ffc81ce
1 file changed
srcpkgs/presenterm/template
@@ -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