miniprot
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=miniprot
4
pkgver=0.18
5
pkgrel=2
6
pkgdesc="Protein-to-genome aligner with high splicing (intron) accuracy"
7
arch=('x86_64')
8
url="https://github.com/lh3/miniprot"
9
license=('MIT')
10
depends=('zlib')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12
sha256sums=('e1b5c08571fa3a4aa225da8ec9c6e744cd116b4dc50d9e187114cffe336921ee')
13
14
build() {
15
cd "$srcdir/$pkgname-$pkgver"
16
make
17
}
18
19
package() {
20
cd "$srcdir/$pkgname-$pkgver"
21
install -Dm755 miniprot "$pkgdir/usr/bin/miniprot"
22
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -2,14 +2,12 @@ pkgname=miniprot pkgver=0.18-pkgrel=1+pkgrel=2 pkgdesc="Protein-to-genome aligner with high splicing (intron) accuracy" arch=('x86_64') url="https://github.com/lh3/miniprot" license=('MIT') depends=('zlib')-provides=('miniprot')-conflicts=('miniprot') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha256sums=('e1b5c08571fa3a4aa225da8ec9c6e744cd116b4dc50d9e187114cffe336921ee') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 15:30:38 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 17:26:33 | Low | 1 |