clipy
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-05 07:59:42.017587
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=clipy
5
pkgver=0.2.0
6
pkgrel=1
7
pkgdesc="Manage clipboard history"
8
arch=('x86_64')
9
url="https://github.com/szktkfm/clipy"
10
license=('MIT')
11
depends=()
12
makedepends=('go')
13
_tag="v0.2.0"
14
_srcdir="clipy-0.2.0"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/szktkfm/clipy/tar.gz/refs/tags/$_tag")
16
sha256sums=('2efe988a65463ac16545a2ee3a5ebdfbba80aabc68fa191c293744140870fadc')
17
18
build() {
19
cd "$_srcdir"
20
export CGO_ENABLED=0
21
export GOFLAGS="-trimpath -mod=readonly -modcacherw"
22
go build -o "$pkgname" .
23
}
24
25
package() {
26
cd "$_srcdir"
27
install -Dm755 "clipy" "$pkgdir/usr/bin/$pkgname"
28
if [ -f LICENSE ]; then
29
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
fi
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 1 |