polypolish-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=polypolish-bin
4
_pkgname=polypolish
5
pkgver=0.7.1
6
pkgrel=1
7
pkgdesc="Short-read polishing tool for bacterial genome assemblies"
8
arch=('x86_64')
9
url="https://github.com/rrwick/Polypolish"
10
license=('GPL-3.0-only')
11
provides=('polypolish')
12
conflicts=('polypolish')
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/rrwick/Polypolish/releases/download/v${pkgver}/polypolish-linux-x86_64-musl-v${pkgver}.tar.gz"
16
"https://raw.githubusercontent.com/rrwick/Polypolish/v${pkgver}/LICENSE"
17
)
18
sha256sums=('36d4aba0a3165103dbe31f533c5c7993b9027373a8674ea91b1c863307f9ca7e'
19
'8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903')
20
21
package() {
22
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 15:17:41 | 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 |