From 6f83572162bc9efab4dab9bf2c0cc02fdbf901f0 Mon Sep 17 00:00:00 2001 From: LucasTavaresA Date: Sat, 28 Jan 2023 13:52:59 -0300 Subject: [PATCH] New package: mangal-4.0.6 --- srcpkgs/mangal/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/mangal/template diff --git a/srcpkgs/mangal/template b/srcpkgs/mangal/template new file mode 100644 index 00000000000000..8b78c392d06e73 --- /dev/null +++ b/srcpkgs/mangal/template @@ -0,0 +1,17 @@ +# Template file for 'mangal' +pkgname=mangal +version=4.0.6 +revision=1 +build_style=go +go_import_path=github.com/metafates/mangal +short_desc="CLI/TUI manga downloader w/ lua scrappers, anilist integration & more" +maintainer="LucasTavaresA " +license="MIT" +homepage="https://github.com/metafates/mangal" +changelog="https://raw.githubusercontent.com/metafates/mangal/main/CHANGELOG.md" +distfiles="https://github.com/metafates/mangal/archive/v${version}.tar.gz" +checksum=312e2d204343fac603a2bdbce3b21d813cd786d5163a0a97b259810b43f53d4d + +post_install() { + vlicense LICENSE +}