rayburst-bin
LOW
maintainer zxp19821005
0 votes
scanned 2026-09-23 09:40:25.835658
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: zxp19821005 <zxp19821005 at 163 dot com>
2
pkgname=rayburst-bin
3
_pkgname=Rayburst
4
pkgver=4.0.0_beta.5
5
pkgrel=1
6
pkgdesc="Redefining the open-source download manager."
7
arch=(
8
'aarch64'
9
'x86_64'
10
)
11
url="https://rayburst.pages.dev/"
12
_ghurl="https://github.com/AnInsomniacy/rayburst"
13
license=('MIT')
14
provides=("${pkgname%-bin}=${pkgver}")
15
conflicts=("${pkgname%-bin}")
16
depends=(
17
'gtk3'
18
'gdk-pixbuf2'
19
'webkit2gtk-4.1'
20
'libayatana-indicator'
21
'libappindicator'
22
)
23
source=("LICENSE-${pkgver}::https://raw.githubusercontent.com/AnInsomniacy/rayburst/v${pkgver//_/-}/LICENSE")
24
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.rpm::${_ghurl}/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver//_/-}-1.aarch64.rpm")
25
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.rpm::${_ghurl}/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver//_/-}-1.x86_64.rpm")
26
sha256sums=('82e71190970399412c9e40fc3f4e2dc1cb070d56433ee7f25af7a4e67f401f0e')
27
sha256sums_aarch64=('1a83715f677a12c9aec6237a64702537e2b17a9af27f46653ee9ba067e853432')
28
sha256sums_x86_64=('760295c569e53c7dabe56d6dd6d4044f20680135b971ccf51d8cbb5d8d28cda4')
29
prepare() {
30
sed -i "s/Categories=/Categories=Network;/g" "${srcdir}/usr/share/applications/${_pkgname}.desktop"
31
mv "${srcdir}/usr/share/icons/hicolor/256x256@2" "${srcdir}/usr/share/icons/hicolor/512x512"
32
}
33
package() {
34
install -Dm755 "${srcdir}/usr/bin/"* -t "${pkgdir}/usr/bin"
35
cp -a "${srcdir}/usr/lib" "${pkgdir}/usr"
36
find "${srcdir}" -type f \( -name "*.png" -o -name "*.svg" \) -path "*share/icons/*" | while read -r _i; do
37
_extension="${_i##*.}"
38
_icon_path="${_i#*share/icons/}"
39
_target_dir="/usr/share/icons/$(dirname "${_icon_path}")"
40
install -Dm644 "${_i}" "${pkgdir}${_target_dir}/${pkgname%-bin}.${_extension}"
41
done
42
install -Dm644 "${srcdir}/usr/share/applications/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
43
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 09:40:25 | Low | 1 |