magmax-bin

LOW
maintainer imjiaoyuan 0 votes scanned 2026-09-12 15:12:25.546860
View on AUR
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
3pkgname=magmax-bin
4_pkgname=magmax
5pkgver=1.4.0
6pkgrel=1
7pkgdesc="Enhance genome recovery across metagenomic assemblies, from dereplication to enrichment"
8arch=('x86_64')
9url="https://github.com/soedinglab/MAGmax"
10license=('GPL-3.0-only')
11provides=("magmax=$pkgver")
12conflicts=('magmax')
13options=('!strip' '!debug')
14source=(
15 "https://github.com/soedinglab/MAGmax/releases/download/v${pkgver}/magmax"
16 "https://raw.githubusercontent.com/soedinglab/MAGmax/v${pkgver}/LICENSE.md"
17)
18sha256sums=('bd79027487d0e46543fd068186775825d1a4d31fe9df1f5f51e4f0b761a1f7b1'
19 '589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2')
20
21package() {
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)SeverityRules
2026-09-12 15:12:25 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion