single-file-cli-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-01 01:46:26.700662
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=gildas-lormeau
4
_gitname=single-file-cli
5
_appname=${_gitname%-cli}
6
pkgname=${_gitname}-bin
7
pkgdesc="CLI tool for saving a faithful copy of a complete web page in a single HTML file"
8
9
pkgver=2.6.4
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('x86_64-linux' 'aarch64-linux')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('AGPL-3.0')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('glibc' 'libgcc')
26
27
options=('!strip')
28
29
source=("README-${pkgver}.md::${_ghurlraw}/README.MD"
30
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
32
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
33
sha256sums=('d4532d95487d6692fb3ff51e33fc54a756d0f066e205575977808c6c9b77b491'
34
'8486a10c4393cee1c25392769ddd3b2d6c242d6ec7928e1414efff7dfb2f07ef')
35
sha256sums_x86_64=('77387f7ade5668d2cdc255eb2eed4093b8dfa87a900ddb0795802bd732b2def3')
36
sha256sums_aarch64=('8e92c0d77595800aabcae2eb21d1325662861f75f39ce666a6d61bfe12cab928')
37
38
39
package() {
40
cd "${srcdir}/" || exit
41
42
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
43
44
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
45
46
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47
}
48
Changes since previous scan
--- PKGBUILD @ 2026-08-31 00:19+++ PKGBUILD @ 2026-09-01 01:46@@ -6,7 +6,7 @@ pkgname=${_gitname}-bin pkgdesc="CLI tool for saving a faithful copy of a complete web page in a single HTML file" -pkgver=2.6.2+pkgver=2.6.4 pkgrel=1 _gitversion=v${pkgver} @@ -32,8 +32,8 @@ source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}") sha256sums=('d4532d95487d6692fb3ff51e33fc54a756d0f066e205575977808c6c9b77b491' '8486a10c4393cee1c25392769ddd3b2d6c242d6ec7928e1414efff7dfb2f07ef')-sha256sums_x86_64=('894d8af978bf76a876255cfd07ca5b92bfb99af4ff38fe7313af6d524e131c4a')-sha256sums_aarch64=('2b75f193001213ba16e22d1082035b8f3822a64b57cc95f89f1a293c8cefd6bb')+sha256sums_x86_64=('77387f7ade5668d2cdc255eb2eed4093b8dfa87a900ddb0795802bd732b2def3')+sha256sums_aarch64=('8e92c0d77595800aabcae2eb21d1325662861f75f39ce666a6d61bfe12cab928') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 01:46:26 | Low | 1 |
| 2026-08-31 00:19:57 | Clean | 2 |
| 2026-08-30 23:44:22 | Low | 1 |