taxonkit-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-22 15:17:41.736085
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=taxonkit-bin
4
_pkgname=taxonkit
5
pkgver=0.20.0
6
pkgrel=2
7
pkgdesc="Cross-platform and efficient toolkit for rapid taxonomic operations on BARCODE, ASV, OTU or any biological sequences with taxonomy annotation"
8
arch=('x86_64')
9
url="https://github.com/shenwei356/taxonkit"
10
license=('MIT')
11
provides=("taxonkit=$pkgver")
12
conflicts=('taxonkit')
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/shenwei356/taxonkit/releases/download/v${pkgver}/taxonkit_linux_amd64.tar.gz"
16
"https://raw.githubusercontent.com/shenwei356/taxonkit/v${pkgver}/LICENSE"
17
)
18
sha256sums=('d801ea82f9e516a9f0ccecf72a8212809677b8742fb9528d407fbfca8811a553'
19
'9ecbcee798e1d29dcf6650d0a2cd3db40023d2c2d5d357b6b375e6f3ae3efd45')
20
21
package() {
22
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-22 15:17@@ -3,12 +3,12 @@ pkgname=taxonkit-bin _pkgname=taxonkit pkgver=0.20.0-pkgrel=1+pkgrel=2 pkgdesc="Cross-platform and efficient toolkit for rapid taxonomic operations on BARCODE, ASV, OTU or any biological sequences with taxonomy annotation" arch=('x86_64') url="https://github.com/shenwei356/taxonkit" license=('MIT')-provides=('taxonkit')+provides=("taxonkit=$pkgver") conflicts=('taxonkit') options=('!strip' '!debug') source=(Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 15:17:41 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 15:36:47 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 15:30:38 | Low | 1 |
| 2026-08-13 00:17:07 | Clean | 2 |
| 2026-08-12 01:22:13 | Low | 1 |