From 1178acc99758ed1c2d138bf1c2394ded8aa4e7c1 Mon Sep 17 00:00:00 2001 From: Kirilla39 Date: Mon, 16 Mar 2026 21:10:41 +0000 Subject: [PATCH] New package: manga-tui-0.10.0 New package --- srcpkgs/manga-tui/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/manga-tui/template 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 +}