udf-http-range-proxy
LOW
maintainer RubenKelevra
0 votes
scanned 2026-08-21 17:15:19.681745
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: @RubenKelevra <rubenkelevra@gmail.com>
2
3
pkgname='udf-http-range-proxy'
4
pkgver='1.0'
5
pkgrel=1
6
pkgdesc='Expose files inside remote UDF images through a local range-capable HTTP endpoint'
7
arch=('any')
8
url="https://github.com/RubenKelevra/${pkgname}"
9
license=('AGPL-3.0-only')
10
depends=('python')
11
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
12
b2sums=('3f0be4326ed79ddd6583c1c1a578c0a8367eadec111a63c4ae61885331ec09c86a2b07f4dd10618f791367070e65ba33c686f02d3e30aa46d6298b3c24c21f68')
13
14
check() {
15
cd -- "${srcdir}/${pkgname}-${pkgver}" || return 1
16
python -m unittest discover -s tests -v
17
[[ "$(python udf_http_range_proxy.py --version)" == "udf_http_range_proxy.py ${pkgver}" ]]
18
}
19
20
package() {
21
cd -- "${srcdir}/${pkgname}-${pkgver}" || return 1
22
install -Dm755 udf_http_range_proxy.py "${pkgdir}/usr/bin/${pkgname}"
23
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 17:15:19 | Low | 1 |