forkme
maintainer Monapp
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a git source with a fixed commit, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk in the build process.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a git source with a fixed commit, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk in the build process.
PKGBUILD
1
# Maintainer: Monapp <monapp@posteo.com>
2
3
pkgname=forkme
4
pkgver=0.2.0.2
5
pkgrel=1
6
pkgdesc='A tool for managing forks using a patch-based approach'
7
arch=('x86_64')
8
url='https://tangled.org/me.webbeef.org/forkme'
9
license=('AGPL-3.0-only')
10
makedepends=('git' 'cargo')
11
options=('!lto')
12
source=("$pkgname::git+$url.git#commit=cee4760e2c9cd377429e394772106a82bb4c3a76")
13
provides=('forkme')
14
sha256sums=(SKIP)
15
16
prepare() {
17
cd "$pkgname"
18
cargo fetch --locked --target host-tuple
19
}
20
21
build() {
22
cd "$pkgname"
23
export RUSTUP_TOOLCHAIN=stable
24
export CARGO_TARGET_DIR=target
25
cargo build --release
26
}
27
28
package() {
29
forkmepath=$pkgname/target/release
30
install -Dm755 "$forkmepath/forkme" -t "${pkgdir}/usr/lib/${pkgname}/"
31
install -d "${pkgdir}/usr/bin/"
32
ln -s "/usr/lib/${pkgname}/forkme" "${pkgdir}/usr/bin/forkme"
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-07-22 00:29+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Monapp <monapp@posteo.com> pkgname=forkme-pkgver=0.2.0+pkgver=0.2.0.2 pkgrel=1 pkgdesc='A tool for managing forks using a patch-based approach' arch=('x86_64')@@ -27,6 +27,8 @@ package() { forkmepath=$pkgname/target/release- install -Dm0755 -t "$pkgdir/opt/forkme/" "$forkmepath/forkme"+ install -Dm755 "$forkmepath/forkme" -t "${pkgdir}/usr/lib/${pkgname}/"+ install -d "${pkgdir}/usr/bin/"+ ln -s "/usr/lib/${pkgname}/forkme" "${pkgdir}/usr/bin/forkme" } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 17:21:24 | LOW | 2 |
| 2026-07-22 00:29:32 | CLEAN | 2 |
| 2026-07-21 21:18:19 | LOW | 1 |