modkit-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=modkit-bin
4
_pkgname=modkit
5
pkgver=0.6.4
6
pkgrel=2
7
pkgdesc="Bioinformatics tool for working with modified bases in BAM/CRAM files"
8
arch=('x86_64')
9
url="https://github.com/nanoporetech/modkit"
10
license=('custom')
11
provides=("$_pkgname=$pkgver")
12
conflicts=("$_pkgname")
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/nanoporetech/modkit/releases/download/v${pkgver}/modkit_v${pkgver}_u16_x86_64.tar.gz"
16
"https://raw.githubusercontent.com/nanoporetech/modkit/v${pkgver}/LICENCE.txt"
17
)
18
sha256sums=('fb332c691431bd336eb0a81cbca17d2a35caf442ac48277ed3e296c2fe061d80'
19
'39cc712a23eead54302ce722e2d0cb6eb73d94ad42f407e7153829a4d5154884')
20
21
package() {
22
install -Dm755 "${srcdir}"/dist_modkit_v${pkgver}_*/${_pkgname} "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENCE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE.txt"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-22 15:17@@ -3,12 +3,12 @@ pkgname=modkit-bin _pkgname=modkit pkgver=0.6.4-pkgrel=1+pkgrel=2 pkgdesc="Bioinformatics tool for working with modified bases in BAM/CRAM files" arch=('x86_64') url="https://github.com/nanoporetech/modkit" license=('custom')-provides=("$_pkgname")+provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") 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-14 00:03:41 | Clean | 2 |
| 2026-08-13 17:26:33 | Low | 1 |