dspoh

LOW
maintainer bokic 0 votes scanned 2026-09-03 17:54:21.348771
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: Boris Barbulovski <bbarbulovski@gmail.com>
2pkgname=('dspoh')
3pkgver=1.0.0
4pkgrel=1
5options=(!debug)
6pkgdesc='Linux tray app that shows DeepSeek peak/off-peak pricing and time until the next change'
7arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
8url='https://github.com/bokic/dspho'
9license=('MIT')
10makedepends=('cmake' 'gcc' 'pkgconf')
11depends=('glibc' 'glib2' 'cairo' 'pango' 'sdl3')
12
13source=(
14 "${pkgname}-${pkgver}.tar.gz::https://github.com/bokic/dspho/archive/refs/tags/${pkgver}.tar.gz"
15)
16
17sha512sums=(
18 'ba93aec7471d9c710136175685291daf8bed5f17eb8743ed0c6a6cc23bada8048d573ae6596c893adc7e615f6d2bd3fa3beac838fe46781787cf61ba2a09c6cd'
19)
20
21build() {
22 cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release -B"build" "$srcdir/dspho-$pkgver"
23 cmake --build "build"
24}
25
26package() {
27 DESTDIR="$pkgdir" cmake --install "build"
28 install -Dm644 "$srcdir/dspho-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 17:54:21 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