echowarp

LOW
maintainer skyli 0 votes scanned 2026-09-20 03:32:05.979727
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: Nelson Lee <skyli at skyli dot xyz>
2
3pkgname=echowarp
4pkgver=0.9.1
5pkgrel=1
6pkgdesc='Real-time network audio streaming between hosts'
7arch=('x86_64')
8url='https://github.com/lHumaNl/EchoWarp'
9license=('MIT')
10depends=('opus')
11makedepends=('go' 'pkgconf')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/lHumaNl/EchoWarp/archive/refs/tags/$pkgver.tar.gz")
13sha256sums=('f5a3e0c0a8bd2b774fbc43d4980de127824cba880b2192e1dd7afde4faef4c59')
14
15_commit=82e6f010a53cb6b4b91866bd245709694139fc56
16
17prepare() {
18 cd "EchoWarp-$pkgver"
19 go mod download
20}
21
22build() {
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
35package() {
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)SeverityRules
2026-09-20 03:32:05 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