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