fastv

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=fastv
4pkgver=0.10.0
5pkgrel=1
6pkgdesc="Ultra-fast tool for identifying anomic microbes from sequencing data"
7arch=('x86_64')
8url="https://github.com/OpenGene/fastv"
9license=('MIT')
10options=('!strip' '!debug')
11depends=('glibc' 'zlib')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13sha256sums=('06acd1b57f1d3df0dbd344f7b47506b7a0b667481a36263a6ebbe3710f3d361f')
14
15build() {
16 cd "$srcdir/fastv-$pkgver"
17 make INCLUDE_DIRS=/usr/include LIBRARY_DIRS=/usr/lib
18}
19
20check() {
21 cd "$srcdir/fastv-$pkgver"
22 ./fastv --version
23}
24
25package() {
26 cd "$srcdir/fastv-$pkgver"
27 install -Dm755 fastv "$pkgdir/usr/bin/fastv"
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29}
30

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