foldseek-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=foldseek-bin
4
_pkgname=foldseek
5
_tag=10-941cd33
6
pkgver=10_941cd33
7
pkgrel=2
8
pkgdesc="Fast and sensitive comparison of large protein structure sets"
9
arch=('x86_64')
10
url="https://github.com/steineggerlab/foldseek"
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}/foldseek-linux-avx2.tar.gz"
17
"LICENSE.md::https://raw.githubusercontent.com/steineggerlab/foldseek/${_tag}/LICENSE.md")
18
sha256sums=('e6a3e3860e76b0b7b858736f627fe680d4d7f0fc7298301d8a92b9f711d74ac7'
19
'd62f065830aa3739cc031156b9690805c7b2e811b4a178c8b4acd8725d561c94')
20
21
# Upstream ships a statically-linked binary (ldd: not a dynamic executable),
22
# so there are no runtime shared-library deps and no build step. The release
23
# tarball omits the license, so it is fetched from the tagged source instead.
24
25
package() {
26
install -Dm755 "${srcdir}/${_pkgname}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
27
install -Dm644 "${srcdir}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -4,11 +4,11 @@ _pkgname=foldseek _tag=10-941cd33 pkgver=10_941cd33-pkgrel=1-pkgdesc="Fast and sensitive comparison of large protein structure sets (precompiled binary)"+pkgrel=2+pkgdesc="Fast and sensitive comparison of large protein structure sets" arch=('x86_64') url="https://github.com/steineggerlab/foldseek"-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 |