repaq

LOW
maintainer imjiaoyuan 0 votes scanned 2026-09-12 17:12:25.717441
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=repaq
4pkgver=0.5.1
5pkgrel=1
6pkgdesc="Fast lossless FASTQ compressor with ultra-high compression ratio"
7arch=('x86_64')
8url="https://github.com/OpenGene/repaq"
9license=('MIT')
10options=('!strip' '!debug')
11depends=('glibc' 'zlib')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13sha256sums=('19720e87ce83327d8c8de6176fa85bb32ada4d722eea86ee5210d2d55cd4e787')
14
15prepare() {
16 cd "$srcdir/repaq-$pkgver"
17 # GCC 15: missing <cstdint> include; narrowing in brace-init is an error
18 sed -i '1i #include <cstdint>' src/endian.cpp
19}
20
21build() {
22 cd "$srcdir/repaq-$pkgver"
23 make CFLAGS="-std=c++11 -g -I./inc -O3 -Wno-narrowing"
24}
25
26check() {
27 cd "$srcdir/repaq-$pkgver"
28 ./repaq --version
29}
30
31package() {
32 cd "$srcdir/repaq-$pkgver"
33 install -Dm755 repaq "$pkgdir/usr/bin/repaq"
34 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 17: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