blob: 18bcc0cde115cd3ff62bfe165da0056ec293f0b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = devo-bin
pkgdesc = Open-source, provider-agnostic coding agent that lives in your terminal
pkgver = 0.1.28
pkgrel = 1
url = https://github.com/7df-lab/devo
arch = x86_64
arch = aarch64
license = MIT
depends = bash
depends = ripgrep
optdepends = git: inspect and work with Git repositories
optdepends = github-cli: interact with GitHub
optdepends = glab: interact with GitLab
provides = devo
conflicts = devo
options = !strip
source_x86_64 = devo-bin-0.1.28-x86_64.tar.gz::https://github.com/7df-lab/devo/releases/download/v0.1.28/devo-v0.1.28-x86_64-unknown-linux-musl.tar.gz
sha256sums_x86_64 = 0d927713c907d8d4c9afa512671a65bb00527bec49ec710c10aedcb97633f5f5
source_aarch64 = devo-bin-0.1.28-aarch64.tar.gz::https://github.com/7df-lab/devo/releases/download/v0.1.28/devo-v0.1.28-aarch64-unknown-linux-musl.tar.gz
sha256sums_aarch64 = b17d4c2e75d2abc12c2aded849267bfc7bb0e5d568653d4b59e06fe56e6314dd
pkgname = devo-bin
|