void-packages/srcpkgs/wego/template

18 lines
465 B
Bash
Raw Normal View History

# Template file for 'wego'
pkgname=wego
2016-03-10 08:29:24 +01:00
version=2.0
2016-04-13 11:43:39 +02:00
revision=2
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
2016-03-10 08:29:24 +01:00
checksum=d63d79520b385c4ed921c7decc37a0b85c40af66600f8a5733514e04d3048075
post_install() {
vlicense LICENSE
}