New package: gemget-1.5.0

Closes: #24289 [via git-merge-pr]
This commit is contained in:
Paper 2020-08-15 13:59:09 +02:00 committed by Duncaen
parent e1da3e1c01
commit f9653c6add
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

16
srcpkgs/gemget/template Normal file
View file

@ -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 <paper@tilde.institute>"
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
}