repaq
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-09-12 17:12:25.717441
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
3
pkgname=repaq
4
pkgver=0.5.1
5
pkgrel=1
6
pkgdesc="Fast lossless FASTQ compressor with ultra-high compression ratio"
7
arch=('x86_64')
8
url="https://github.com/OpenGene/repaq"
9
license=('MIT')
10
options=('!strip' '!debug')
11
depends=('glibc' 'zlib')
12
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13
sha256sums=('19720e87ce83327d8c8de6176fa85bb32ada4d722eea86ee5210d2d55cd4e787')
14
15
prepare() {
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
21
build() {
22
cd "$srcdir/repaq-$pkgver"
23
make CFLAGS="-std=c++11 -g -I./inc -O3 -Wno-narrowing"
24
}
25
26
check() {
27
cd "$srcdir/repaq-$pkgver"
28
./repaq --version
29
}
30
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-12 17:12:25 | Low | 1 |