unikmer-bin

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-bin
4_pkgname=unikmer
5pkgver=0.20.0
6pkgrel=1
7pkgdesc="Versatile toolkit for nucleotide k-mers with taxonomic information"
8arch=('x86_64')
9url="https://github.com/shenwei356/unikmer"
10license=('MIT')
11provides=("unikmer=$pkgver")
12conflicts=('unikmer')
13options=('!strip' '!debug')
14source=(
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)
18sha256sums=('f6558c7f01c6c3458e52ada9a0fde276f4d4b1a32458f0fdc80760d39928022d'
19 '4d549b7a703dfb10d5aaaf80843f741842c13a57b24e5b22488910d5799382d1')
20
21package() {
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)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