diff --git a/srcpkgs/gemget/template b/srcpkgs/gemget/template new file mode 100644 index 00000000000..bf92722422e --- /dev/null +++ b/srcpkgs/gemget/template @@ -0,0 +1,16 @@ +# Template file for 'gemget' +pkgname=gemget +version=1.5.0 +revision=1 +build_style=go +go_import_path="github.com/makeworld-the-better-one/gemget" +short_desc="Command line downloader for the Gemini protocol" +maintainer="Paper " +license="MIT" +homepage="https://github.com/makeworld-the-better-one/gemget/" +distfiles="https://github.com/makeworld-the-better-one/gemget/archive/v$version.tar.gz" +checksum=71338371553a71a0a48afeec45b6f372a4fad4737cc76e9f47e8aae989225c0d + +post_install() { + vlicense LICENSE +}