winkel

LOW
maintainer douglasdemoura 0 votes scanned 2026-09-15 21:20:38.565393
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: Douglas Moura <doug@douglasmoura.com>
2pkgname=winkel
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="A metronome for Omarchy that follows the live theme (Rust + Quickshell)"
6arch=(x86_64 aarch64)
7url="https://github.com/DouglasdeMoura/winkel"
8license=(MIT)
9depends=(quickshell alsa-lib gcc-libs glibc hicolor-icon-theme)
10optdepends=('ttf-jetbrains-mono-nerd: the default interface font')
11makedepends=(cargo)
12source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('fd6e965f55a9dd219d396ff7e77849a9ad67d8436be2373ec97c8ff00a598894')
14
15prepare() {
16 cd "$pkgname-$pkgver"
17 export RUSTUP_TOOLCHAIN=stable
18 cargo fetch --locked --target "$(rustc --print host-tuple)"
19}
20
21build() {
22 cd "$pkgname-$pkgver"
23 export RUSTUP_TOOLCHAIN=stable
24 export CARGO_TARGET_DIR=target
25 cargo build --frozen --release
26}
27
28check() {
29 cd "$pkgname-$pkgver"
30 export RUSTUP_TOOLCHAIN=stable
31 WINKEL_SILENT=1 cargo test --frozen
32}
33
34package() {
35 cd "$pkgname-$pkgver"
36 make install PREFIX=/usr DESTDIR="$pkgdir"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 21:20:38 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