From 785c75cd325ffcfcdde6351f7967e3b297244a65 Mon Sep 17 00:00:00 2001 From: chili-b Date: Fri, 4 Mar 2022 19:16:42 -0500 Subject: [PATCH] New package: tea-0.8.0 --- srcpkgs/tea/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/tea/template diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template new file mode 100644 index 000000000000..0aebb36c0ce2 --- /dev/null +++ b/srcpkgs/tea/template @@ -0,0 +1,21 @@ +# Template file for 'tea' +pkgname=tea +version=0.8.0 +revision=1 +wrksrc=$pkgname +build_style=go +go_import_path=code.gitea.io/tea +hostmakedepends="" +makedepends="" +depends="git" +short_desc="command line tool to interact with Gitea" +maintainer="chili-b " +license="MIT" +homepage="https://gitea.io" +changelog="https://gitea.com/gitea/tea/src/branch/master/CHANGELOG.md" +distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz" +checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23 + +post_install() { + vlicense LICENSE +}