chemcanvas-bin
maintainer callmemagnus
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a precompiled AppImage from the project's official GitHub releases, which is a normal and expected practice; the source is trustworthy and checksums are provided, making it low risk despite the AppImage being prebuilt.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a precompiled AppImage from the project's official GitHub releases, which is a normal and expected practice; the source is trustworthy and checksums are provided, making it low risk despite the AppImage being prebuilt.
PKGBUILD
1
# Maintainer: Magnus Anderssen <magnus at magooweb dot com>
2
pkgname=chemcanvas-bin
3
pkgver=0.14.8
4
pkgrel=1
5
pkgdesc="User-friendly 2D chemical structure drawing tool (precompiled AppImage release)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/ksharindam/chemcanvas"
8
license=('GPL-3.0-or-later')
9
options=('!strip')
10
provides=('chemcanvas')
11
conflicts=('chemcanvas')
12
optdepends=('fuse2: run the AppImage without the extract-and-run fallback')
13
source_x86_64=("$pkgname-$pkgver.AppImage::https://github.com/ksharindam/chemcanvas/releases/download/v$pkgver/ChemCanvas-x86_64.AppImage")
14
source_aarch64=("$pkgname-$pkgver.AppImage::https://github.com/ksharindam/chemcanvas/releases/download/v$pkgver/ChemCanvas-aarch64.AppImage")
15
sha256sums_x86_64=('c8a048f5bd5a5a72bb378f00cb0cfb484685089a3d6f7e1498e24ab3484d37a6')
16
sha256sums_aarch64=('a6b475fc89c7b1a8cdbe0a88ddb5ed0558ce1a83f8839fc191a03a1066c9c9a3')
17
18
package() {
19
cd "$srcdir"
20
chmod +x "$pkgname-$pkgver.AppImage"
21
22
# Pull the bundled .desktop file and icon out of the AppImage so the
23
# app shows up properly in application menus.
24
./"$pkgname-$pkgver.AppImage" --appimage-extract >/dev/null
25
26
install -Dm755 "$pkgname-$pkgver.AppImage" "$pkgdir/usr/bin/chemcanvas"
27
install -Dm644 squashfs-root/io.github.ksharindam.chemcanvas.desktop \
28
"$pkgdir/usr/share/applications/io.github.ksharindam.chemcanvas.desktop"
29
install -Dm644 squashfs-root/usr/share/icons/hicolor/scalable/apps/chemcanvas.svg \
30
"$pkgdir/usr/share/icons/hicolor/scalable/apps/chemcanvas.svg"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 11:30:23 | LOW | 2 |