waymeet-git
LOW
maintainer ainola
0 votes
scanned 2026-09-01 19:49:11.398670
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
pkgname=waymeet-git
2
pkgver=r8.f9c89e9
3
pkgrel=1
4
pkgdesc="Linux calendar CLI/daemon for Google Calendar and CalDAV with terminal/Waybar output"
5
arch=('x86_64')
6
url="https://github.com/chmouel/waymeet"
7
license=('Apache-2.0')
8
# ring doesn't work with LTO
9
options=(!lto)
10
depends=(
11
'glibc'
12
'libgcc'
13
)
14
makedepends=(
15
'cargo'
16
'git'
17
)
18
source=("git+https://github.com/chmouel/waymeet.git")
19
sha256sums=('SKIP')
20
21
pkgver(){
22
cd waymeet
23
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
24
}
25
26
prepare() {
27
cd waymeet
28
export RUSTUP_TOOLCHAIN=stable
29
cargo fetch --locked --target host-tuple
30
}
31
32
build() {
33
cd waymeet
34
export RUSTUP_TOOLCHAIN=stable
35
export CARGO_TARGET_DIR=target
36
cargo build --frozen --release --all-features
37
}
38
39
check() {
40
cd waymeet
41
export RUSTUP_TOOLCHAIN=stable
42
cargo test --frozen --all-features --workspace
43
}
44
45
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-01 19:49:11 | Low | 1 |