goop-bin

LOW
maintainer dergigi 0 votes scanned 2026-09-17 15:25:49.288233
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: dergigi <dergigi@pm.me>
2pkgname=goop-bin
3pkgver=2.11.1
4pkgrel=1
5pkgdesc='Native NIP-17 client to chat with your clankers (and friends)'
6arch=('x86_64')
7url='https://goop.dergigi.com'
8license=('GPL-3.0-or-later')
9depends=('alsa-lib' 'bash' 'libgcc' 'glibc' 'hicolor-icon-theme' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'vulkan-icd-loader' 'wayland')
10makedepends=('patchelf')
11optdepends=('gnome-keyring: Secret Service provider for storing signer credentials'
12 'kwallet: alternative Secret Service provider')
13provides=("goop=${pkgver}")
14conflicts=('goop')
15options=('!strip' '!debug')
16source=("goop-${pkgver}-linux-x64.tar.gz::https://github.com/dergigi/goop/releases/download/v${pkgver}/goop-linux-x64.tar.gz"
17 'goop')
18sha256sums=('1fb60e0dbe2add04644a4d90e05f2c4c93a10891dcdba008722f964656c691d9'
19 '109196a81ab41147cc3d14a20cb5a17186fbf99658080ec213022e750e50e2d1')
20
21prepare() {
22 # Use Arch's libraries instead of the Ubuntu libraries bundled upstream.
23 patchelf --remove-rpath goop.app/bin/goop
24 # Upstream declares an action without providing its desktop action group.
25 sed -i '/^Actions=NewChat;$/d' goop.app/share/applications/goop.desktop
26}
27
28package() {
29 install -Dm755 goop.app/bin/goop "${pkgdir}/usr/lib/goop/goop"
30 install -Dm755 goop "${pkgdir}/usr/bin/goop"
31 install -Dm644 goop.app/share/applications/goop.desktop "${pkgdir}/usr/share/applications/goop.desktop"
32 for size in 512x512 1024x1024; do
33 install -Dm644 "goop.app/share/icons/hicolor/${size}/apps/goop.png" \
34 "${pkgdir}/usr/share/icons/hicolor/${size}/apps/goop.png"
35 done
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 15:25:49 Low 1
2026-09-17 13:25:46 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