Add tgpt package

This commit is contained in:
Marty Oehme 2025-03-16 17:53:35 +01:00
parent 2dbfd8208e
commit f268ba27a8
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 21 additions and 1 deletions
README.md
srcpkgs/tgpt

View file

@ -36,7 +36,7 @@ and I do not know enough about the xbps build system to make it easily possible.
- [ ] tasklite
- [ ] tu
- [ ] <https://github.com/nushell/nufmt>
- [ ] tgpt
- [x] tgpt
- [ ] impala (iwd TUI)
- [ ] localsend:

20
srcpkgs/tgpt/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'tgpt'
pkgname=tgpt
version=2.9.1
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=05c2d2009789679fe1d744474783a853abc79d3dad6d14871402ee933397fe00
do_check() { :; }
post_install() {
vlicense LICENSE
vdoc README.md
}