agentfs-bin
maintainer tee
· 0 votes
· scanned 2026-08-18 13:39:48.676217
LOW
View on AUR ↗
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: tee < teeaur at duck dot com >
2
pkgname=agentfs-bin
3
pkgver=0.6.4
4
pkgrel=1
5
pkgdesc="The filesystem for agents"
6
arch=(x86_64)
7
url="https://agentfs.ai"
8
license=(MIT)
9
provides=(agentfs)
10
conflicts=(agentfs)
11
source=("agentfs-$pkgver.tar.xz.sha256::https://github.com/tursodatabase/agentfs/releases/download/v$pkgver/agentfs-x86_64-unknown-linux-gnu.tar.xz.sha256")
12
source_x86_64=("agentfs-$pkgver.tar.xz::https://github.com/tursodatabase/agentfs/releases/download/v$pkgver/agentfs-x86_64-unknown-linux-gnu.tar.xz")
13
b2sums=('a6ef8d1e2709303d80790b378f9a259d2fb6c88d69792d97326bed96ca117249deeaecd0eb443502aa59f9cbe6b2f3c0c3e6105d951f5d70bd51e6ef26fefba5')
14
b2sums_x86_64=('3c62f51f73d864ece6248030ae8f4be033d0eada28f5664baca8ed73c0478a5f28ec9c355ace11c395783736dd572057de4edc0caab54da4706ccb1eaa4ab4ae')
15
16
package() {
17
cd agentfs-$CARCH-unknown-linux-gnu
18
install -Dm755 agentfs -t "$pkgdir/usr/bin/"
19
install -Dm644 README.md CHANGELOG.md -t "$pkgdir/usr/share/doc/$pkgname/"
20
install -Dm644 <(COMPLETE=bash agentfs 2>/dev/null) "$pkgdir/usr/share/bash-completion/completions/agentfs"
21
install -Dm644 <(COMPLETE=elvish agentfs 2>/dev/null) "$pkgdir/usr/share/elvish/lib/agentfs.elv"
22
install -Dm644 <(COMPLETE=fish agentfs 2>/dev/null) "$pkgdir/usr/share/fish/vendor_completions.d/agentfs.fish"
23
install -Dm644 <(COMPLETE=zsh agentfs 2>/dev/null) "$pkgdir/usr/share/zsh/site-functions/_agentfs"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 13:39:48 | LOW | 1 |