couch-for-trakt
LOW
maintainer simonschubert
0 votes
scanned 2026-09-27 15:19:08.759284
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: Simon Schubert <simon@librem.one>
2
#
3
# Couch for Trakt as an app: the QML tree in /usr/share/couch-for-trakt,
4
# started by /usr/bin/couch-for-trakt. That launcher opens it in the running
5
# Omarchy shell when the plugin is installed there, and as its own Quickshell
6
# process everywhere else -- so this package needs Quickshell, not Omarchy.
7
pkgname=couch-for-trakt
8
pkgver=1.1.0
9
pkgrel=1
10
pkgdesc='A movie and TV tracker for Trakt: discover, up next, calendar, watchlist and history, for Quickshell'
11
arch=('any')
12
url='https://github.com/SimonSchubert/moarchy-apps'
13
license=('MIT')
14
# qt6-declarative (QtQuick, QtQuick.Effects) comes with quickshell. The icons
15
# are Nerd Font glyphs, which namcap cannot see, so it calls this dependency
16
# unneeded -- as it does quickshell, for the same reason.
17
depends=('quickshell' 'ttf-jetbrains-mono-nerd' 'hicolor-icon-theme')
18
# A release asset that packaging/release.sh builds from apps/couch-for-trakt
19
# at the tag, not GitHub's generated archive of the whole repository.
20
source=("$url/releases/download/couch-for-trakt-v$pkgver/$pkgname-$pkgver.tar.gz")
21
sha256sums=('7ba63d1256af99082d662f4b0e1172ccc82d8fb500d9a451ea2a149facb504ad')
22
23
package() {
24
cd "$pkgname-$pkgver"
25
26
install -d "$pkgdir/usr/share/$pkgname"
27
install -m644 manifest.json ./*.qml ./*.js ./*.mjs icon.svg \
28
"$pkgdir/usr/share/$pkgname/"
29
30
install -Dm755 bin/couch-for-trakt "$pkgdir/usr/bin/couch-for-trakt"
31
install -Dm644 couch-for-trakt.desktop "$pkgdir/usr/share/applications/couch-for-trakt.desktop"
32
install -Dm644 icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/couch-for-trakt.svg"
33
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 15:19:08 | Low | 1 |