templates/srcpkgs/tgpt/template
marty-oehme 7de7a8123b
Update dependency aandrew-me/tgpt to v2.10.1 (#13)
* Update dependency aandrew-me/tgpt to v2.10.1

* Update tgpt checksum

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-07-09 11:43:01 +02:00

20 lines
580 B
Text

# Template file for 'tgpt'
pkgname=tgpt
version=2.10.1 # renovate: datasource=github-tags depName=aandrew-me/tgpt
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=a0fc596fd2b8aabac222e22e96fc02709e185031e31a15b522f4c5c59db892d9
do_check() { :; }
post_install() {
vlicense LICENSE
vdoc README.md
}