seqkit
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-20 17:11:42.006138
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=seqkit
4
pkgver=2.13.0
5
pkgrel=2
6
pkgdesc="Cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang"
7
arch=('x86_64')
8
url="https://github.com/shenwei356/seqkit"
9
license=('MIT')
10
makedepends=('go')
11
conflicts=('seqkit-bin')
12
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13
sha256sums=('55405cc338962f770279d718c1dabec293a51dde4989c0c2590da3c303105471')
14
15
build() {
16
cd "$srcdir/$pkgname-$pkgver"
17
go build -trimpath -o "$srcdir/$pkgname" "./$pkgname"
18
}
19
20
package() {
21
cd "$srcdir/$pkgname-$pkgver"
22
install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -2,25 +2,24 @@ pkgname=seqkit pkgver=2.13.0-pkgrel=1+pkgrel=2 pkgdesc="Cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang" arch=('x86_64') url="https://github.com/shenwei356/seqkit" license=('MIT') makedepends=('go')-provides=('seqkit') conflicts=('seqkit-bin') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha256sums=('55405cc338962f770279d718c1dabec293a51dde4989c0c2590da3c303105471') build() { cd "$srcdir/$pkgname-$pkgver"- go build -trimpath -o "$pkgname" "./$pkgname"+ go build -trimpath -o "$srcdir/$pkgname" "./$pkgname" } package() { cd "$srcdir/$pkgname-$pkgver"- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"+ install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 09:35:23 | Low | 1 |
| 2026-08-17 05:35:16 | Low | 1 |