duplito
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=duplito
5
pkgver=5.0.0
6
pkgrel=3
7
pkgdesc="Command-line tool to identify duplicate files on your system"
8
arch=('x86_64')
9
url="https://github.com/ftarlao/duplito"
10
license=('GPL-3.0-or-later')
11
depends=()
12
makedepends=('go')
13
_tag="v5.0.0-Red.Max.Donner.und.Blitzen"
14
_srcdir="duplito-5.0.0-Red.Max.Donner.und.Blitzen"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/ftarlao/duplito/tar.gz/refs/tags/$_tag")
16
sha256sums=('706ced7404a769aae5259eb76d928c6f1add5e9ffe1c5de0cb8f0dadf9aae58e')
17
function build() {
18
cd "$_srcdir"
19
export CGO_ENABLED=0
20
go build -trimpath -o "$pkgname" .
21
}
22
function package() {
23
cd "$_srcdir"
24
install -Dm755 "$pkgname" "$pkgdir/usr/bin/duplito"
25
if [ -f LICENSE ]; then
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
fi
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |