foldcomp-bin

LOW
maintainer imjiaoyuan 0 votes scanned 2026-08-22 03:16:42.422172
View on AUR
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
3pkgname=foldcomp-bin
4_pkgname=foldcomp
5_tag=v1.0.0
6pkgver=1.0.0
7pkgrel=1
8pkgdesc="Compress and index protein structures with torsion angles"
9arch=('x86_64')
10url="https://github.com/steineggerlab/foldcomp"
11license=('MIT')
12depends=()
13provides=("${_pkgname}=${pkgver}")
14conflicts=("${_pkgname}")
15options=('!strip' '!debug')
16source=("${url}/releases/download/${_tag}/foldcomp-linux-x86_64.tar.gz"
17 "LICENSE.txt::https://raw.githubusercontent.com/steineggerlab/foldcomp/${_tag}/LICENSE.txt")
18sha256sums=('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
25package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion