20 lines
521 B
Text
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
|
|
}
|