unikmer

LOW
maintainer imjiaoyuan 0 votes scanned 2026-09-12 15:12:25.546860
View on AUR
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
3pkgname=unikmer
4pkgver=0.20.0
5pkgrel=1
6pkgdesc="Versatile toolkit for nucleotide k-mers with taxonomic information"
7arch=('x86_64')
8url="https://github.com/shenwei356/unikmer"
9license=('MIT')
10makedepends=('go')
11conflicts=('unikmer-bin')
12options=('!strip' '!debug')
13source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14sha256sums=('5e1513b2c01a7e04ce1041f8be3a53d209b5bee8b19a0ec7103bbd306d90abab')
15
16build() {
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
25package() {
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)SeverityRules
2026-09-12 15:12:25 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion