blob: 4a9a5cb1f8d9177e1929c747123c1209bcfcd212 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = codegpt-bin
pkgdesc = A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook
pkgver = 1.7.1
pkgrel = 1
url = https://github.com/appleboy/CodeGPT
arch = aarch64
arch = armv7h
arch = x86_64
license = MIT
provides = codegpt=1.7.1
conflicts = codegpt
source = LICENSE-1.7.1::https://raw.githubusercontent.com/appleboy/CodeGPT/v1.7.1/LICENSE
sha256sums = 11d290bc694f8f7fa7393406a3b47c0f51c06093634c6e24c21bb6dd74e5874b
source_aarch64 = codegpt-1.7.1-aarch64.xz::https://github.com/appleboy/CodeGPT/releases/download/v1.7.1/CodeGPT-1.7.1-linux-arm64.xz
sha256sums_aarch64 = ccd434bcda94e73ec84f0f2dd3cfbbc7dd4a49de074ea58a3a1ab12075ed7b65
source_armv7h = codegpt-1.7.1-armv7h.xz::https://github.com/appleboy/CodeGPT/releases/download/v1.7.1/CodeGPT-1.7.1-linux-arm-7.xz
sha256sums_armv7h = 113ed99406da6faf67b0df2a34c7290b5ed23c222085e4581109f2dc3022e742
source_x86_64 = codegpt-1.7.1-x86_64.xz::https://github.com/appleboy/CodeGPT/releases/download/v1.7.1/CodeGPT-1.7.1-linux-amd64.xz
sha256sums_x86_64 = 6980bf14c292d321b3a6e39f5e299f84e441368e5bfd11f99f92bd5c18865989
pkgname = codegpt-bin
|