17 lines
525 B
Bash
17 lines
525 B
Bash
# Template file for 'gemget'
|
|
pkgname=gemget
|
|
version=1.6.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=2a435af153272c53e82508a1e294142c15259224e94294d15f09c8a0c6f10f7b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|