strdust-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=strdust-bin
4
_pkgname=strdust
5
pkgver=0.20.0
6
pkgrel=1
7
pkgdesc="Tandem repeat genotyper for long reads"
8
arch=('x86_64')
9
url="https://github.com/wdecoster/STRdust"
10
license=('MIT')
11
provides=("$_pkgname")
12
conflicts=("$_pkgname")
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/wdecoster/STRdust/releases/download/v${pkgver}/STRdust-linux"
16
"https://raw.githubusercontent.com/wdecoster/STRdust/v${pkgver}/LICENSE"
17
)
18
sha256sums=('0a21b228cc93b1a9a5823a5b5a5ce98c4dbe4fbf633dffb03b5f804bf4317c8c'
19
'dbf91161de2ff4681a888eb7f7e4ba23da1fbf8e3071ff7a011686a9102278b3')
20
21
package() {
22
install -Dm755 "${srcdir}/STRdust-linux" "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-22 15:17@@ -4,7 +4,7 @@ _pkgname=strdust pkgver=0.20.0 pkgrel=1-pkgdesc="A tandem repeat genotyper for long reads"+pkgdesc="Tandem repeat genotyper for long reads" arch=('x86_64') url="https://github.com/wdecoster/STRdust" license=('MIT')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 |