sleepy-gui-bin
LOW
maintainer kopytkg
0 votes
scanned 2026-08-31 09:44:49.557175
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>
2
pkgname=sleepy-gui-bin
3
pkgver=0.6.1
4
pkgrel=1
5
pkgdesc='Desktop app converting OpenAPI 3 specifications into Insomnia, Postman or Bruno collections'
6
arch=('x86_64')
7
url='https://gitlab.com/kopytkg/sleepy'
8
license=('BSD-3-Clause')
9
# The app is self-contained; these are what its native libraries dlopen.
10
depends=('glibc' 'fontconfig' 'freetype2' 'libpng' 'libx11' 'openssl' 'icu' 'zlib' 'brotli' 'bzip2' 'expat')
11
optdepends=('xorg-server-xwayland: run on a Wayland session')
12
provides=('sleepy-gui')
13
conflicts=('sleepy-gui')
14
options=('!strip')
15
16
_registry="https://gitlab.com/api/v4/projects/84670021/packages/generic/sleepy"
17
source=("sleepy-gui-$pkgver.tar.gz::$_registry/v$pkgver/sleepy-gui-linux-x64.tar.gz"
18
"LICENSE-$pkgver::$url/-/raw/v$pkgver/LICENSE")
19
sha256sums=('92fab209b6de8c5940c85f2258381bf4f63c34c262bcbfb635718b0055fde7d7'
20
'765f202dfca30d8f4370bed3870c01b4fb40f7e4070d6cd84e24b250aebf2f69')
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-31 09:44:49 | Low | 1 |