summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 91387227b767e61fea6c04a5c18dd95185a04122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = 0.7.1
	pkgrel = 1
	url = https://github.com/appleboy/CodeGPT
	arch = x86_64
	arch = aarch64
	license = MIT
	provides = codegpt
	conflicts = codegpt-git
	conflicts = codegpt
	source = https://raw.githubusercontent.com/appleboy/CodeGPT/main/LICENSE
	sha256sums = SKIP
	source_x86_64 = codegpt-x86_64-0.7.1::https://github.com/appleboy/CodeGPT/releases/download/v0.7.1/CodeGPT-0.7.1-linux-amd64
	sha256sums_x86_64 = SKIP
	source_aarch64 = codegpt-aarch64-0.7.1::https://github.com/appleboy/CodeGPT/releases/download/v0.7.1/CodeGPT-0.7.1-linux-arm64
	sha256sums_aarch64 = SKIP

pkgname = codegpt-bin