New package: tea-0.8.0
This commit is contained in:
parent
66970432ce
commit
3154c54931
1 changed files with 19 additions and 0 deletions
19
srcpkgs/tea/template
Normal file
19
srcpkgs/tea/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'tea'
|
||||||
|
pkgname=tea
|
||||||
|
version=0.8.0
|
||||||
|
revision=1
|
||||||
|
wrksrc=$pkgname
|
||||||
|
build_style=go
|
||||||
|
go_import_path=code.gitea.io/tea
|
||||||
|
depends="git"
|
||||||
|
short_desc="Command line tool to interact with Gitea"
|
||||||
|
maintainer="chili-b <dexter.gaonshatford@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://gitea.com/gitea/tea"
|
||||||
|
changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
|
||||||
|
distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
|
||||||
|
checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue