We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2f45c commit 1178accCopy full SHA for 1178acc
1 file changed
srcpkgs/manga-tui/template
@@ -0,0 +1,18 @@
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
+changelog="https://github.com/josueBarretogit/manga-tui/releases"
13
+distfiles="https://github.com/josueBarretogit/manga-tui/archive/v${version}.tar.gz"
14
+checksum=6939b894478e5c96560933e1916678b58b6445bc7aa300288b7f3f00bb3090a3
15
+
16
+post_install() {
17
+ vlicense LICENSE
18
+}
0 commit comments