| 1 | pkgbase = codewhale-bin |
| 2 | pkgdesc = Provider-neutral coding agent for the terminal (prebuilt binary) |
| 3 | pkgver = @PKGVER@ |
| 4 | pkgrel = @PKGREL@ |
| 5 | url = https://codewhale.net |
| 6 | arch = x86_64 |
| 7 | arch = aarch64 |
| 8 | license = MIT |
| 9 | depends = glibc |
| 10 | depends = gcc-libs |
| 11 | depends = dbus |
| 12 | provides = codewhale=@PKGVER@ |
| 13 | provides = codewhale-tui |
| 14 | provides = deepseek |
| 15 | provides = deepseek-tui |
| 16 | conflicts = codewhale |
| 17 | conflicts = codewhale-tui |
| 18 | conflicts = deepseek |
| 19 | conflicts = deepseek-tui |
| 20 | conflicts = deepseek-tui-bin |
| 21 | replaces = deepseek-tui-bin |
| 22 | options = !strip |
| 23 | source = LICENSE-@PKGVER@::https://raw.githubusercontent.com/Hmbown/CodeWhale/v@PKGVER@/LICENSE |
| 24 | sha256sums = @LICENSE_SHA256@ |
| 25 | source_x86_64 = codewhale-bin-@PKGVER@-x86_64.tar.gz::https://github.com/Hmbown/CodeWhale/releases/download/v@PKGVER@/codewhale-linux-x64.tar.gz |
| 26 | sha256sums_x86_64 = @X86_64_SHA256@ |
| 27 | source_aarch64 = codewhale-bin-@PKGVER@-aarch64.tar.gz::https://github.com/Hmbown/CodeWhale/releases/download/v@PKGVER@/codewhale-linux-arm64.tar.gz |
| 28 | sha256sums_aarch64 = @AARCH64_SHA256@ |
| 29 | |
| 30 | pkgname = codewhale-bin |
| 31 |