void-packages/srcpkgs/wego/template

18 lines
528 B
Bash

# Template file for 'wego'
pkgname=wego
version=2.3
revision=1
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"
changelog="https://github.com/schachmat/wego/releases"
distfiles="https://github.com/schachmat/wego/archive/refs/tags/${version}.tar.gz"
checksum=6a7501ab537709d1d9fc04f14e5a2c5a8f99309591a8dae75260caf4a74ce567
post_install() {
vlicense LICENSE
}