autocycler-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-22 03:16:42.422172
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=autocycler-bin
4
_pkgname=autocycler
5
pkgver=0.7.0
6
pkgrel=1
7
pkgdesc="Tool for combining multiple long-read assemblies into a consensus"
8
arch=('x86_64')
9
url="https://github.com/rrwick/Autocycler"
10
license=('GPL-3.0-only')
11
provides=('autocycler')
12
conflicts=('autocycler')
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/rrwick/Autocycler/releases/download/v${pkgver}/autocycler-linux-x86_64-musl-v${pkgver}.tar.gz"
16
"https://raw.githubusercontent.com/rrwick/Autocycler/v${pkgver}/LICENSE"
17
)
18
sha256sums=('265a8d727d029c6d137d8fe4b020f3cc476b69d67443497c3c89475e8825b106'
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
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-22 03:16@@ -4,7 +4,7 @@ _pkgname=autocycler pkgver=0.7.0 pkgrel=1-pkgdesc="A tool for combining multiple long-read assemblies into a consensus"+pkgdesc="Tool for combining multiple long-read assemblies into a consensus" arch=('x86_64') url="https://github.com/rrwick/Autocycler" license=('GPL-3.0-only')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 03:16:42 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 13:36:23 | 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 |