justray-bin
LOW
maintainer luynar
0 votes
scanned 2026-08-27 11:32:31.656570
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
# This file was generated by GoReleaser. DO NOT EDIT.
2
3
pkgname='justray-bin'
4
pkgver=1.0.1
5
pkgrel=1
6
pkgdesc='A modern VPN client that lives in your terminal'
7
url='https://github.com/luynrs/justray'
8
arch=('aarch64' 'x86_64')
9
license=('GPL-3.0-only')
10
provides=('justray')
11
conflicts=('justray')
12
13
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/luynrs/justray/releases/download/v${pkgver}/justray_${pkgver}_linux_arm64.tar.gz")
14
sha256sums_aarch64=('dfa2f85949db46aa334c7a05369dbcbd6f72dfef8be9970d5adead1b7fa6f0b2')
15
16
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/luynrs/justray/releases/download/v${pkgver}/justray_${pkgver}_linux_amd64.tar.gz")
17
sha256sums_x86_64=('2c3b5e886b3193722e90ddc04116187835bed9da070b38413a0685f540192b01')
18
19
package() {
20
install -Dm755 "./justray" "${pkgdir}/usr/bin/justray"
21
install -Dm755 "./justrayd" "${pkgdir}/usr/bin/justrayd"
22
ln -s justray "${pkgdir}/usr/bin/jray"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 11:32:31 | Low | 1 |
| 2026-08-27 09:31:53 | Low | 1 |