minigraph
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=minigraph
4
pkgver=0.21
5
pkgrel=2
6
pkgdesc="Pangenome graph construction and sequence-to-graph alignment tool"
7
arch=('x86_64')
8
url="https://github.com/lh3/minigraph"
9
license=('MIT')
10
depends=('zlib')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12
sha256sums=('4272447393f0ae1e656376abe144de96cbafc777414d4c496f735dd4a6d3c06a')
13
14
build() {
15
cd "$srcdir/$pkgname-$pkgver"
16
make
17
}
18
19
package() {
20
cd "$srcdir/$pkgname-$pkgver"
21
install -Dm755 minigraph "$pkgdir/usr/bin/minigraph"
22
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -2,14 +2,12 @@ pkgname=minigraph pkgver=0.21-pkgrel=1+pkgrel=2 pkgdesc="Pangenome graph construction and sequence-to-graph alignment tool" arch=('x86_64') url="https://github.com/lh3/minigraph" license=('MIT') depends=('zlib')-provides=('minigraph')-conflicts=('minigraph') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha256sums=('4272447393f0ae1e656376abe144de96cbafc777414d4c496f735dd4a6d3c06a') 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 05:35:16 | Low | 1 |