templates/srcpkgs/tgpt/template
2025-03-28 14:00:41 +01:00

20 lines
520 B
Text

# Template file for 'tgpt'
pkgname=tgpt
version=2.9.2
revision=1
build_style=go
go_import_path="github.com/aandrew-me/tgpt/v2"
short_desc="AI Chatbots in terminal without needing API keys"
maintainer="Marty Oehme <contact@martyoeh.me>"
license="GPL-3.0-only"
homepage="https://github.com/aandrew-me/tgpt"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=8ad477e8089b2b2b98f8d0fc9dcf367f1ef12e2a0abf427151fb2adfe10ebb5a
do_check() { :; }
post_install() {
vlicense LICENSE
vdoc README.md
}