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