New package: wego-1.0

Closes: #3762 [via git-merge-pr]
This commit is contained in:
Michael Aldridge 2016-03-05 04:17:34 -06:00 committed by Dominik Honnef
parent ee10a83454
commit 127c5984c3

17
srcpkgs/wego/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}