16 lines
525 B
Bash
16 lines
525 B
Bash
# Template file for 'gemget'
|
|
pkgname=gemget
|
|
version=1.8.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=52578dfc33c0275d71658d6afc0e0d91b3734032a6ed5b760d2695001b178c5a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|