sleepy-gui-bin

LOW
maintainer kopytkg 0 votes scanned 2026-08-31 09:44:49.557175
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: Martin Kopecký <kopecky@thekrew.app>
2pkgname=sleepy-gui-bin
3pkgver=0.6.1
4pkgrel=1
5pkgdesc='Desktop app converting OpenAPI 3 specifications into Insomnia, Postman or Bruno collections'
6arch=('x86_64')
7url='https://gitlab.com/kopytkg/sleepy'
8license=('BSD-3-Clause')
9# The app is self-contained; these are what its native libraries dlopen.
10depends=('glibc' 'fontconfig' 'freetype2' 'libpng' 'libx11' 'openssl' 'icu' 'zlib' 'brotli' 'bzip2' 'expat')
11optdepends=('xorg-server-xwayland: run on a Wayland session')
12provides=('sleepy-gui')
13conflicts=('sleepy-gui')
14options=('!strip')
15
16_registry="https://gitlab.com/api/v4/projects/84670021/packages/generic/sleepy"
17source=("sleepy-gui-$pkgver.tar.gz::$_registry/v$pkgver/sleepy-gui-linux-x64.tar.gz"
18 "LICENSE-$pkgver::$url/-/raw/v$pkgver/LICENSE")
19sha256sums=('92fab209b6de8c5940c85f2258381bf4f63c34c262bcbfb635718b0055fde7d7'
20 '765f202dfca30d8f4370bed3870c01b4fb40f7e4070d6cd84e24b250aebf2f69')
21
22package() {
23 local appdir="$pkgdir/usr/lib/sleepy-gui"
24 install -dm755 "$appdir"
25
26 # The published folder is the application: the binary, its runtime, the
27 # launchers, and the assets. Everything else here just points at it.
28 cp -a "$srcdir"/* "$appdir/"
29 rm -f "$appdir"/LICENSE-* "$appdir"/sleepy-gui-*.tar.gz "$appdir/install.sh"
30 chmod 755 "$appdir/sleepy-gui" "$appdir"/*.sh
31
32 install -dm755 "$pkgdir/usr/bin"
33 ln -s /usr/lib/sleepy-gui/sleepy-gui "$pkgdir/usr/bin/sleepy-gui"
34 for session in x11 wayland console; do
35 ln -s "/usr/lib/sleepy-gui/sleepy-gui-$session.sh" "$pkgdir/usr/bin/sleepy-gui-$session"
36 done
37
38 install -Dm644 "$appdir/sleepy-gui-x11.desktop" \
39 "$pkgdir/usr/share/applications/sleepy-gui-x11.desktop"
40 install -Dm644 "$appdir/sleepy-gui-wayland.desktop" \
41 "$pkgdir/usr/share/applications/sleepy-gui-wayland.desktop"
42 install -Dm644 "$appdir/sleepy-gui.png" \
43 "$pkgdir/usr/share/icons/hicolor/512x512/apps/sleepy-gui.png"
44
45 install -Dm644 "$srcdir/LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 09:44:49 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