templates/srcpkgs/tgpt/template
Marty Oehme c203136038
Some checks failed
build / Check package changes (push) Has been cancelled
build / Build packages (push) Has been cancelled
build / Deploy repository (push) Has been cancelled
Update tgpt to 2.10.0
2025-05-28 12:43:09 +02:00

20 lines
521 B
Text

# Template file for 'tgpt'
pkgname=tgpt
version=2.10.0
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=0e312176908d581eeb7f0df8fcd0524a4aa4702029d50f553f0f75d6c15bc0d9
do_check() { :; }
post_install() {
vlicense LICENSE
vdoc README.md
}