void-packages/srcpkgs/gemget/template
Paper f9653c6add
New package: gemget-1.5.0
Closes: #24289 [via git-merge-pr]
2020-10-09 19:08:30 +02:00

16 lines
525 B
Bash

# 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
}