foldcomp
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=foldcomp
4
_tag=v1.0.0
5
pkgver=1.0.0
6
pkgrel=2
7
pkgdesc="Compress and index protein structures with torsion angles"
8
arch=('x86_64')
9
url="https://github.com/steineggerlab/foldcomp"
10
license=('MIT')
11
depends=('zlib' 'gcc-libs')
12
makedepends=('cmake')
13
conflicts=('foldcomp-bin')
14
source=("$pkgname-$pkgver.tar.gz::$url/archive/${_tag}.tar.gz")
15
sha256sums=('6a9aecf0d926bd280a489f29c86e3e26e054712b018e36d9c1b5f7b5e5e1d1c5')
16
17
build() {
18
cd "$srcdir/$pkgname-$pkgver"
19
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
20
cmake --build build
21
}
22
23
package() {
24
cd "$srcdir/$pkgname-$pkgver"
25
install -Dm755 build/foldcomp "$pkgdir/usr/bin/foldcomp"
26
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -3,14 +3,13 @@ pkgname=foldcomp _tag=v1.0.0 pkgver=1.0.0-pkgrel=1+pkgrel=2 pkgdesc="Compress and index protein structures with torsion angles" arch=('x86_64') url="https://github.com/steineggerlab/foldcomp" license=('MIT') depends=('zlib' 'gcc-libs') makedepends=('cmake')-provides=('foldcomp') conflicts=('foldcomp-bin') source=("$pkgname-$pkgver.tar.gz::$url/archive/${_tag}.tar.gz") sha256sums=('6a9aecf0d926bd280a489f29c86e3e26e054712b018e36d9c1b5f7b5e5e1d1c5')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 07:35:18 | Low | 1 |