sendspin-client
LOW
maintainer bjesus
0 votes
scanned 2026-09-14 13:17:35.043581
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: Yo'av Moshe <aur@yoavmoshe.com>
2
3
pkgname=sendspin-client
4
pkgver=0.2.1
5
_sendspin_cpp_commit=bbc5958612939a3df970efcf9beb55e0d63084da
6
pkgrel=2
7
pkgdesc="Minimal SendSpin client based on sendspin-cpp"
8
arch=('x86_64' 'aarch64' 'armv7h' 'armv6h')
9
url="https://github.com/TermeHansen/sendspin-client"
10
license=('Apache-2.0')
11
depends=('portaudio' 'alsa-lib' 'avahi')
12
makedepends=('cmake' 'git' 'patch')
13
backup=('etc/sendspin-client/sendspin-client.conf')
14
source=(
15
"${pkgname}-${pkgver}.tar.gz::https://github.com/TermeHansen/sendspin-client/archive/refs/tags/v${pkgver}.tar.gz"
16
"sendspin-cpp-${_sendspin_cpp_commit}.tar.gz::https://github.com/Sendspin/sendspin-cpp/archive/${_sendspin_cpp_commit}.tar.gz"
17
"${pkgname}.service"
18
)
19
sha256sums=('5c6c999aa8b3b9d61990fcbb0076ebf4ca83f0615fd48d9ff2c85e79fe7abcb0'
20
'bbfa5e7086a244a666a25d86b60fc02309d076ff06325c9a53eaa6629613ddee'
21
'567fba38110de6c193ea0ab4e816d2e87f1ed41c2473db9bf64372c421757469')
22
23
prepare() {
24
cd "${pkgname}-${pkgver}"
25
rmdir sendspin-cpp 2>/dev/null || true
26
ln -srf "${srcdir}/sendspin-cpp-${_sendspin_cpp_commit}" sendspin-cpp
27
}
28
29
build() {
30
cd "${pkgname}-${pkgver}"
31
cmake -B build \
32
-DCMAKE_BUILD_TYPE=None \
33
-DCMAKE_INSTALL_PREFIX=/usr \
34
-DBUILD_EXAMPLES=OFF \
35
-Wno-dev
36
cmake --build build
37
}
38
39
package() {
40
cd "${pkgname}-${pkgver}"
41
42
install -Dm755 build/sendspin-client "${pkgdir}/usr/bin/sendspin-client"
43
install -Dm644 debian/sendspin-client.conf "${pkgdir}/etc/sendspin-client/sendspin-client.conf"
44
install -Dm644 debian/sendspin-client.conf.example "${pkgdir}/etc/sendspin-client/sendspin-client.conf.example"
45
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
47
install -Dm644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 13:17:35 | Low | 1 |