unikmer
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-09-12 15:12:25.546860
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: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
pkgname=unikmer
4
pkgver=0.20.0
5
pkgrel=1
6
pkgdesc="Versatile toolkit for nucleotide k-mers with taxonomic information"
7
arch=('x86_64')
8
url="https://github.com/shenwei356/unikmer"
9
license=('MIT')
10
makedepends=('go')
11
conflicts=('unikmer-bin')
12
options=('!strip' '!debug')
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14
sha256sums=('5e1513b2c01a7e04ce1041f8be3a53d209b5bee8b19a0ec7103bbd306d90abab')
15
16
build() {
17
cd "$srcdir/unikmer-$pkgver/unikmer"
18
export CGO_ENABLED=0
19
export GOPATH="$srcdir/gopath"
20
export GOCACHE="$srcdir/gocache"
21
export GOFLAGS=-mod=readonly
22
go build -trimpath -ldflags "-s -w" -o "$srcdir/$pkgname" .
23
}
24
25
package() {
26
install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
27
install -Dm644 "$srcdir/unikmer-$pkgver/LICENSE" \
28
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
install -Dm644 "$srcdir/unikmer-$pkgver/CHANGELOG.md" \
30
"$pkgdir/usr/share/doc/$pkgname/CHANGELOG.md"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 15:12:25 | Low | 1 |