diff --git a/srcpkgs/manga-tui/template b/srcpkgs/manga-tui/template new file mode 100644 index 00000000000000..ebdba56e70af7f --- /dev/null +++ b/srcpkgs/manga-tui/template @@ -0,0 +1,18 @@ +# Template file for 'manga-tui' +pkgname=manga-tui +version=0.10.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="dbus-devel sqlite-devel openssl-devel libzstd-devel" +short_desc="Terminal-based manga reader" +maintainer="Kirilla " +license="MIT" +homepage="https://github.com/josueBarretogit/manga-tui" +changelog="https://github.com/josueBarretogit/manga-tui/releases" +distfiles="https://github.com/josueBarretogit/manga-tui/archive/v${version}.tar.gz" +checksum=6939b894478e5c96560933e1916678b58b6445bc7aa300288b7f3f00bb3090a3 + +post_install() { + vlicense LICENSE +}