luch

LOW
maintainer a_i 0 votes scanned 2026-08-29 07:38:41.750184
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: Alex Indigo <ai@aegis.one>
2
3pkgname=luch
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="Link router for Linux/Wayland — pick which browser opens a URL"
7arch=('x86_64' 'aarch64')
8url="https://github.com/alexindigo/luch"
9license=('GPL-3.0-or-later')
10depends=('qt6-base' 'qt6-declarative' 'layer-shell-qt' 'qt6-xdgiconqml'
11 'qt6-wayland' 'hicolor-icon-theme')
12makedepends=('cmake' 'wayland-protocols')
13optdepends=('wl-clipboard: Ctrl+C copy survives the popup exiting')
14conflicts=('luch-git')
15source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16sha256sums=('75744aff0cd2ceda38f2b708ef7c5ccb207f913bd99434188645d99b434899bc')
17
18build() {
19 cmake -B build -S "${srcdir}/${pkgname}-${pkgver}" \
20 -DCMAKE_BUILD_TYPE=Release \
21 -DCMAKE_SKIP_RPATH=ON \
22 -DCMAKE_INSTALL_PREFIX=/usr
23 cmake --build build
24}
25
26package() {
27 DESTDIR="${pkgdir}" cmake --install build
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 07:38:41 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