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