18 lines
465 B
Bash
18 lines
465 B
Bash
|
# Template file for 'wego'
|
||
|
pkgname=wego
|
||
|
version=1.0
|
||
|
revision=1
|
||
|
hostmakedepends="git-perl"
|
||
|
build_style=go
|
||
|
go_import_path=github.com/schachmat/wego
|
||
|
short_desc="Weather client for the terminal"
|
||
|
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||
|
license="ISC"
|
||
|
homepage="https://github.com/schachmat/wego"
|
||
|
distfiles=${homepage}/archive/${version}.tar.gz
|
||
|
checksum=dfc9b86c2bb661d620777bb5c96f646fca12a1114b501814b320a5a885c38c0d
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|