unikmer-bin
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-bin
4
_pkgname=unikmer
5
pkgver=0.20.0
6
pkgrel=1
7
pkgdesc="Versatile toolkit for nucleotide k-mers with taxonomic information"
8
arch=('x86_64')
9
url="https://github.com/shenwei356/unikmer"
10
license=('MIT')
11
provides=("unikmer=$pkgver")
12
conflicts=('unikmer')
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/shenwei356/unikmer/releases/download/v${pkgver}/unikmer_linux_amd64.tar.gz"
16
"https://raw.githubusercontent.com/shenwei356/unikmer/v${pkgver}/LICENSE"
17
)
18
sha256sums=('f6558c7f01c6c3458e52ada9a0fde276f4d4b1a32458f0fdc80760d39928022d'
19
'4d549b7a703dfb10d5aaaf80843f741842c13a57b24e5b22488910d5799382d1')
20
21
package() {
22
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENSE" \
24
"${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 15:12:25 | Low | 1 |