We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2f45c commit 14ab788Copy full SHA for 14ab788
1 file changed
srcpkgs/manga-tui/template
@@ -0,0 +1,16 @@
1
+# Template file for 'manga-tui'
2
+pkgname=manga-tui
3
+version=0.10.0
4
+revision=1
5
+build_style=cargo
6
+hostmakedepends="pkg-config"
7
+makedepends="dbus-devel sqlite-devel openssl-devel libzstd-devel"
8
+short_desc="Terminal-based manga reader"
9
+maintainer="Kirilla <kirill39.pesin@ya.ru>"
10
+license="MIT"
11
+homepage="https://github.com/josueBarretogit/manga-tui"
12
+distfiles="https://github.com/josueBarretogit/manga-tui/archive/v${version}.tar.gz"
13
+checksum=6939b894478e5c96560933e1916678b58b6445bc7aa300288b7f3f00bb3090a3
14
+post_install() {
15
+ vlicense LICENSE
16
+}
0 commit comments