diff --git a/srcpkgs/mangadesk/template b/srcpkgs/mangadesk/template new file mode 100644 index 00000000000..2ae7f2dff5f --- /dev/null +++ b/srcpkgs/mangadesk/template @@ -0,0 +1,17 @@ +# Template file for 'mangadesk' +pkgname=mangadesk +version=0.7.8 +revision=1 +build_style=go +go_import_path=github.com/darylhjd/mangadesk +short_desc="Terminal client for MangaDex" +maintainer="Clyhtsuriva " +license="MIT" +homepage="https://github.com/darylhjd/mangadesk" +changelog="https://github.com/darylhjd/mangadesk/releases" +distfiles="https://github.com/darylhjd/mangadesk/archive/v${version}.tar.gz" +checksum=85120472113e2a98d4cd9fc731e268545facd194f6dc973e29a5b2867a8305c8 + +post_install() { + vlicense LICENSE +}