waymeet-git

LOW
maintainer ainola 0 votes scanned 2026-09-01 19:49:11.398670
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

1pkgname=waymeet-git
2pkgver=r8.f9c89e9
3pkgrel=1
4pkgdesc="Linux calendar CLI/daemon for Google Calendar and CalDAV with terminal/Waybar output"
5arch=('x86_64')
6url="https://github.com/chmouel/waymeet"
7license=('Apache-2.0')
8# ring doesn't work with LTO
9options=(!lto)
10depends=(
11 'glibc'
12 'libgcc'
13)
14makedepends=(
15 'cargo'
16 'git'
17)
18source=("git+https://github.com/chmouel/waymeet.git")
19sha256sums=('SKIP')
20
21pkgver(){
22 cd waymeet
23 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
24}
25
26prepare() {
27 cd waymeet
28 export RUSTUP_TOOLCHAIN=stable
29 cargo fetch --locked --target host-tuple
30}
31
32build() {
33 cd waymeet
34 export RUSTUP_TOOLCHAIN=stable
35 export CARGO_TARGET_DIR=target
36 cargo build --frozen --release --all-features
37}
38
39check() {
40 cd waymeet
41 export RUSTUP_TOOLCHAIN=stable
42 cargo test --frozen --all-features --workspace
43}
44
45package() {
46 cd waymeet
47 install -Dm755 "target/release/waymeet" -t "$pkgdir/usr/bin"
48
49 install -Dm644 README.md DESIGN.md -t "$pkgdir/usr/share/doc/waymeet"
50 install -Dm644 config.example.toml -t "$pkgdir/usr/share/doc/waymeet"
51
52 install -Dm644 systemd/waymeet.service -t "$pkgdir/usr/lib/systemd/user"
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 19:49:11 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