echowarp-bin
LOW
maintainer skyli
0 votes
scanned 2026-09-20 03:32:05.979727
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: Nelson Lee <skyli at skyli dot xyz>
2
3
pkgname=echowarp-bin
4
pkgver=0.9.1
5
pkgrel=1
6
pkgdesc='Prebuilt binary of EchoWarp, real-time network audio streaming between hosts'
7
arch=('x86_64')
8
url='https://github.com/lHumaNl/EchoWarp'
9
license=('MIT')
10
provides=('echowarp')
11
conflicts=('echowarp')
12
source=(
13
'EchoWarp_linux_amd64.tar.gz::https://github.com/lHumaNl/EchoWarp/releases/download/0.9.1/EchoWarp_linux_amd64.tar.gz'
14
'echowarp-LICENSE::https://raw.githubusercontent.com/lHumaNl/EchoWarp/0.9.1/LICENSE'
15
)
16
sha256sums=(
17
'7c194084da45733e9aaf47c3041dd9447f10d85e584f039bb9a0da2beb242b30'
18
'f910cd558625f0a252e60463e903784d3c3a896f118e0ef6a429a2dffbe73f00'
19
)
20
21
package() {
22
install -Dm755 EchoWarp "$pkgdir/usr/bin/echowarp"
23
install -Dm644 echowarp-LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 03:32:05 | Low | 1 |