oarfish-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-22 15:17:41.736085
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=oarfish-bin
4
_pkgname=oarfish
5
pkgver=0.10.3
6
pkgrel=2
7
pkgdesc="Suite of tools for working with long-read transcriptome data (RNA-seq) from PacBio and Oxford Nanopore"
8
arch=('x86_64')
9
url="https://github.com/COMBINE-lab/oarfish"
10
license=('BSD-3-Clause')
11
provides=("$_pkgname=$pkgver")
12
conflicts=("$_pkgname")
13
options=('!strip' '!debug')
14
source=(
15
"https://github.com/COMBINE-lab/oarfish/releases/download/v${pkgver}/oarfish-x86_64-unknown-linux-gnu.tar.xz"
16
"https://raw.githubusercontent.com/COMBINE-lab/oarfish/v${pkgver}/LICENSE"
17
)
18
sha256sums=('ad23cd748ad306ea736e76670d40298ee66704bbcbcb4ddeedb301bfaee57461'
19
'54e1dcacaa7246fa5e4decdfce6462843d5a09ac2e2d5a846c02b40f15027d9f')
20
21
package() {
22
install -Dm755 "${srcdir}/oarfish-x86_64-unknown-linux-gnu/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-22 15:17@@ -3,12 +3,12 @@ pkgname=oarfish-bin _pkgname=oarfish pkgver=0.10.3-pkgrel=1+pkgrel=2 pkgdesc="Suite of tools for working with long-read transcriptome data (RNA-seq) from PacBio and Oxford Nanopore" arch=('x86_64') url="https://github.com/COMBINE-lab/oarfish" license=('BSD-3-Clause')-provides=("$_pkgname")+provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") options=('!strip' '!debug') source=(Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 15:17:41 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 15:36:47 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 15:30:38 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 17:26:33 | Low | 1 |