fastplong

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=fastplong
4pkgver=0.7.1
5pkgrel=1
6pkgdesc="Ultra-fast preprocessing and quality control for long-read sequencing data"
7arch=('x86_64')
8url="https://github.com/OpenGene/fastplong"
9license=('MIT')
10options=('!strip' '!debug')
11depends=('glibc' 'zlib' 'highway' 'isa-l' 'libdeflate')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13sha256sums=('29cd6545d0db00e4a53989088dcdb7b0f0dcbc4442574fb1b5f67b594df7cb5b')
14
15build() {
16 cd "$srcdir/fastplong-$pkgver"
17 # The bundled Makefile links isa-l/libdeflate/highway from Homebrew paths;
18 # override with system library/header dirs for a dynamic link.
19 make INCLUDE_DIRS=/usr/include LIBRARY_DIRS=/usr/lib
20}
21
22check() {
23 cd "$srcdir/fastplong-$pkgver"
24 ./fastplong --version | grep -q fastplong
25}
26
27package() {
28 cd "$srcdir/fastplong-$pkgver"
29 install -Dm755 fastplong "$pkgdir/usr/bin/fastplong"
30 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31}
32

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