foldcomp

LOW
maintainer imjiaoyuan 0 votes scanned 2026-08-20 17:11:42.006138
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
4_tag=v1.0.0
5pkgver=1.0.0
6pkgrel=2
7pkgdesc="Compress and index protein structures with torsion angles"
8arch=('x86_64')
9url="https://github.com/steineggerlab/foldcomp"
10license=('MIT')
11depends=('zlib' 'gcc-libs')
12makedepends=('cmake')
13conflicts=('foldcomp-bin')
14source=("$pkgname-$pkgver.tar.gz::$url/archive/${_tag}.tar.gz")
15sha256sums=('6a9aecf0d926bd280a489f29c86e3e26e054712b018e36d9c1b5f7b5e5e1d1c5')
16
17build() {
18 cd "$srcdir/$pkgname-$pkgver"
19 cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
20 cmake --build build
21}
22
23package() {
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)SeverityRules
2026-08-20 17:11:42 Low 1
2026-08-18 00:03:42 Clean 2
2026-08-17 07:35:18 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