dirdiff
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-21 21:36:21.639675
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
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=dirdiff
5
pkgver=0.2.0
6
pkgrel=1
7
pkgdesc="Efficiently compute the differences between two directories"
8
arch=('x86_64')
9
url="https://github.com/OCamlPro/dirdiff"
10
license=('MIT')
11
depends=()
12
makedepends=('cargo')
13
_tag="v0.2.0"
14
_srcdir="dirdiff-0.2.0"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/OCamlPro/dirdiff/tar.gz/refs/tags/$_tag")
16
sha256sums=('87ed32a7dcd543b434e4f1d87e414934993ca15a2874af0683372593a5fa3d06')
17
function build() {
18
cd "$_srcdir"
19
export RUSTUP_TOOLCHAIN=stable
20
cargo build --release --locked || cargo build --release
21
}
22
function package() {
23
cd "$_srcdir"
24
install -Dm755 "target/release/dirdiff" "$pkgdir/usr/bin/dirdiff"
25
if [ -f LICENSE ]; then
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
fi
28
if [ -f README.md ]; then
29
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
30
fi
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |