foldcomp-bin
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-22 03:16:42.422172
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=foldcomp-bin
4
_pkgname=foldcomp
5
_tag=v1.0.0
6
pkgver=1.0.0
7
pkgrel=1
8
pkgdesc="Compress and index protein structures with torsion angles"
9
arch=('x86_64')
10
url="https://github.com/steineggerlab/foldcomp"
11
license=('MIT')
12
depends=()
13
provides=("${_pkgname}=${pkgver}")
14
conflicts=("${_pkgname}")
15
options=('!strip' '!debug')
16
source=("${url}/releases/download/${_tag}/foldcomp-linux-x86_64.tar.gz"
17
"LICENSE.txt::https://raw.githubusercontent.com/steineggerlab/foldcomp/${_tag}/LICENSE.txt")
18
sha256sums=('2ef00e512a5ee354f1e4e911cd1375482aabfa3afff01cfe8afa705414ed74ff'
19
'493e3708ecf691a99bda8eec772ac11a12c1abf39def5f4e0297bd1f82039de3')
20
21
# Upstream ships a statically-linked raw binary (ldd: not a dynamic
22
# executable). The tarball omits the license, so it is fetched from the
23
# tagged source instead.
24
25
package() {
26
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
27
install -Dm644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-22 03:16@@ -5,7 +5,7 @@ _tag=v1.0.0 pkgver=1.0.0 pkgrel=1-pkgdesc="Compress and index protein structures with torsion angles (precompiled binary)"+pkgdesc="Compress and index protein structures with torsion angles" arch=('x86_64') url="https://github.com/steineggerlab/foldcomp" license=('MIT')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 03:16: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 |