diff --git a/srcpkgs/wego/template b/srcpkgs/wego/template new file mode 100644 index 0000000000..6bc857689b --- /dev/null +++ b/srcpkgs/wego/template @@ -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 " +license="ISC" +homepage="https://github.com/schachmat/wego" +distfiles=${homepage}/archive/${version}.tar.gz +checksum=dfc9b86c2bb661d620777bb5c96f646fca12a1114b501814b320a5a885c38c0d + +post_install() { + vlicense LICENSE +}