mutscan

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=mutscan
4pkgver=1.14.1
5pkgrel=1
6pkgdesc="Detect and visualize target mutations by scanning FastQ files directly"
7arch=('x86_64')
8url="https://github.com/OpenGene/MutScan"
9license=('MIT')
10options=('!strip' '!debug')
11depends=('glibc' 'zlib')
12source=("MutScan-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13sha256sums=('29e6bb996fedd0e1bd26da9ce6517a0097abe684135753d0dc5861c02568268e')
14
15build() {
16 cd "$srcdir/MutScan-$pkgver"
17 make
18}
19
20check() {
21 cd "$srcdir/MutScan-$pkgver"
22 # no --version flag upstream; usage banner on stdout is our smoke test
23 ./mutscan 2>&1 | grep -q 'read1'
24}
25
26package() {
27 cd "$srcdir/MutScan-$pkgver"
28 install -Dm755 mutscan "$pkgdir/usr/bin/mutscan"
29 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30}
31

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