Skip to content

Commit

Permalink
feat: add aandrew-me/tgpt (#20465)
Browse files Browse the repository at this point in the history
* feat: add aandrew-me/tgpt

[aandrew-me/tgpt](https://github.com/aandrew-me/tgpt): AI Chatbots in terminal without needing API keys

* fix(aandrew-me/tgpt): fix asset names for Windows

---------

Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
tadayosi and suzuki-shunsuke committed Mar 1, 2024
1 parent 1364115 commit 37ae8ce
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/aandrew-me/tgpt/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: aandrew-me/tgpt@v2.7.1
37 changes: 37 additions & 0 deletions pkgs/aandrew-me/tgpt/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
packages:
- type: github_release
repo_owner: aandrew-me
repo_name: tgpt
description: AI Chatbots in terminal without needing API keys
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.0.1")
asset: tgpt-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
replacements:
darwin: mac
overrides:
- goos: windows
asset: tgpt-{{.Arch}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 2.2.1")
asset: tgpt-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
replacements:
darwin: mac
overrides:
- goos: windows
asset: tgpt-{{.Arch}}
- version_constraint: "true"
asset: tgpt-{{.OS}}-{{.Arch}}
format: raw
replacements:
darwin: mac
overrides:
- goos: windows
asset: tgpt-{{.Arch}}.exe
36 changes: 36 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37ae8ce

Please sign in to comment.