echowarp
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
4
pkgver=0.9.1
5
pkgrel=1
6
pkgdesc='Real-time network audio streaming between hosts'
7
arch=('x86_64')
8
url='https://github.com/lHumaNl/EchoWarp'
9
license=('MIT')
10
depends=('opus')
11
makedepends=('go' 'pkgconf')
12
source=("$pkgname-$pkgver.tar.gz::https://github.com/lHumaNl/EchoWarp/archive/refs/tags/$pkgver.tar.gz")
13
sha256sums=('f5a3e0c0a8bd2b774fbc43d4980de127824cba880b2192e1dd7afde4faef4c59')
14
15
_commit=82e6f010a53cb6b4b91866bd245709694139fc56
16
17
prepare() {
18
cd "EchoWarp-$pkgver"
19
go mod download
20
}
21
22
build() {
23
cd "EchoWarp-$pkgver"
24
export CGO_ENABLED=1
25
export GOFLAGS='-buildmode=pie -trimpath -mod=readonly'
26
27
go build \
28
-buildvcs=false \
29
-tags nolibopusfile \
30
-ldflags "-s -w -X github.com/lHumaNl/echowarp/internal/version.Version=$pkgver -X github.com/lHumaNl/echowarp/internal/version.Commit=$_commit" \
31
-o echowarp \
32
./cmd/echowarp
33
}
34
35
package() {
36
cd "EchoWarp-$pkgver"
37
install -Dm755 echowarp "$pkgdir/usr/bin/echowarp"
38
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 03:32:05 | Low | 1 |