folddisco-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-20 17:11:42.006138
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=folddisco-bin
4
_pkgname=folddisco
5
_tag=2-9375a2d
6
pkgver=2_9375a2d
7
pkgrel=2
8
pkgdesc="Fast indexing and search of discontinuous motifs in protein structures"
9
arch=('x86_64')
10
url="https://github.com/steineggerlab/folddisco"
11
license=('GPL-3.0-or-later')
12
depends=()
13
provides=("${_pkgname}=${pkgver}")
14
conflicts=("${_pkgname}")
15
options=('!strip' '!debug')
16
source=("${url}/releases/download/${_tag}/folddisco-linux-x86_64.tar.gz")
17
sha256sums=('136517ea298bdf47293518732c534b072b5bc4eed618b376066b595bb2fadfca')
18
19
# Upstream ships a statically-linked binary (ldd: not a dynamic executable),
20
# so there are no runtime shared-library deps and no build step. The release
21
# tarball bundles LICENSE.md.
22
23
package() {
24
install -Dm755 "${srcdir}/${_pkgname}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
25
install -Dm644 "${srcdir}/${_pkgname}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -4,11 +4,11 @@ _pkgname=folddisco _tag=2-9375a2d pkgver=2_9375a2d-pkgrel=1-pkgdesc="Fast indexing and search of discontinuous motifs in protein structures (precompiled binary)"+pkgrel=2+pkgdesc="Fast indexing and search of discontinuous motifs in protein structures" arch=('x86_64') url="https://github.com/steineggerlab/folddisco"-license=('GPL3')+license=('GPL-3.0-or-later') depends=() provides=("${_pkgname}=${pkgver}") conflicts=("${_pkgname}")Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 13:36:23 | Low | 1 |
| 2026-08-17 05:35:16 | Low | 1 |