magmax-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-09-12 15:12:25.546860
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=magmax-bin
4
_pkgname=magmax
5
pkgver=1.4.0
6
pkgrel=1
7
pkgdesc="Enhance genome recovery across metagenomic assemblies, from dereplication to enrichment"
8
arch=('x86_64')
9
url="https://github.com/soedinglab/MAGmax"
10
license=('GPL-3.0-only')
11
provides=("magmax=$pkgver")
12
conflicts=('magmax')
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/soedinglab/MAGmax/releases/download/v${pkgver}/magmax"
16
"https://raw.githubusercontent.com/soedinglab/MAGmax/v${pkgver}/LICENSE.md"
17
)
18
sha256sums=('bd79027487d0e46543fd068186775825d1a4d31fe9df1f5f51e4f0b761a1f7b1'
19
'589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2')
20
21
package() {
22
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENSE.md" \
24
"${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE.md"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 15:12:25 | Low | 1 |