f9653c6add
Closes: #24289 [via git-merge-pr]
16 lines
525 B
Bash
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
|
|
}
|