luch
LOW
maintainer a_i
0 votes
scanned 2026-08-29 07:38:41.750184
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
3
pkgname=luch
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="Link router for Linux/Wayland — pick which browser opens a URL"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/alexindigo/luch"
9
license=('GPL-3.0-or-later')
10
depends=('qt6-base' 'qt6-declarative' 'layer-shell-qt' 'qt6-xdgiconqml'
11
'qt6-wayland' 'hicolor-icon-theme')
12
makedepends=('cmake' 'wayland-protocols')
13
optdepends=('wl-clipboard: Ctrl+C copy survives the popup exiting')
14
conflicts=('luch-git')
15
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16
sha256sums=('75744aff0cd2ceda38f2b708ef7c5ccb207f913bd99434188645d99b434899bc')
17
18
build() {
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
26
package() {
27
DESTDIR="${pkgdir}" cmake --install build
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 07:38:41 | Low | 1 |