parent
ee10a83454
commit
127c5984c3
1 changed files with 17 additions and 0 deletions
17
srcpkgs/wego/template
Normal file
17
srcpkgs/wego/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue