transit

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 15:19:08 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