void-packages/srcpkgs/gemget/template
2020-11-23 09:27:14 -03:00

16 lines
525 B
Bash

# Template file for 'gemget'
pkgname=gemget
version=1.7.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=271e89cf4bf76a78c6efffce4b307c24edae4a04147a3ec3aed2bf0289cc4e12
post_install() {
vlicense LICENSE
}