void-packages/srcpkgs/wego/template
2022-02-17 17:47:00 -06:00

17 lines
461 B
Bash

# Template file for 'wego'
pkgname=wego
version=2.1
revision=1
hostmakedepends="git"
build_style=go
go_import_path=github.com/schachmat/wego
short_desc="Weather client for the terminal"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="ISC"
homepage="https://github.com/schachmat/wego"
distfiles=${homepage}/archive/${version}.tar.gz
checksum=cebfa622789aa8e7045657d81754cb502ba189f4b4bebd1a95192528e06969a6
post_install() {
vlicense LICENSE
}