faf-bin
LOW
maintainer eof
0 votes
scanned 2026-09-10 19:21:16.599387
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: Ryan Wilson <ryan@ryanwilson.io>
2
pkgname=faf-bin
3
pkgver=3.0.0
4
pkgrel=1
5
pkgdesc="Fast parallel filesystem search by filename"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/eof0/faf"
8
license=('MIT')
9
provides=('faf')
10
conflicts=('faf' 'fafind-bin')
11
replaces=('fafind-bin')
12
options=('!debug' 'strip')
13
_url="https://github.com/eof0/faf/releases/download/v${pkgver}"
14
source=(
15
"faf-LICENSE::https://raw.githubusercontent.com/eof0/faf/v${pkgver}/LICENSE"
16
)
17
source_x86_64=(
18
"faf-x86_64-${pkgver}.tar.gz::${_url}/faf-linux-x86_64-v${pkgver}.tar.gz"
19
)
20
source_aarch64=(
21
"faf-arm64-${pkgver}.tar.gz::${_url}/faf-linux-arm64-v${pkgver}.tar.gz"
22
)
23
sha256sums=('f500e1e4b3d5c32caedbd5d5d6ff1a92b683cd0bc3a41053cfd4fa0b51a854c1')
24
sha256sums_x86_64=('0179554cdcc2badb24c60c3d69d799d2a03a7cf73a8fd8b4c893acc2257f242c')
25
sha256sums_aarch64=('df9130af8e9da9398aa1c4deee37b87b71de6c5008cbd1f720cf83d55a9587ae')
26
27
package() {
28
install -Dm755 faf "${pkgdir}/usr/bin/faf"
29
install -Dm644 faf-LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 19:21:16 | Low | 1 |