blitcp-gui-bin

LOW
maintainer Dominiquini 1 votes base blitcp-bin scanned 2026-08-22 05:16:50.653524
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=gekap
4_gitname=blitcp
5_appname=${_gitname}
6pkgbase=${_appname}-bin
7pkgname=(${_appname}-bin ${_appname}-gui-bin)
8pkgdesc="Fast file copier with SSH streaming, deduplication & block-order I/O"
9
10pkgver=4.0.2
11pkgrel=1
12_gitversion=v${pkgver}
13
14arch=('x86_64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('Apache-2.0')
21
22depends=('glibc' 'zlib' 'xxhash' 'python-xxhash' 'python-paramiko')
23
24options=('!strip')
25
26source=("ICON-${pkgver}.png::${_ghurlraw}/assets/${_appname}-logo.png"
27 "README-${pkgver}.md::${_ghurlraw}/README.md"
28 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
29source_x86_64=("${_appname}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-linux"
30 "${_appname}-gui-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}_gui-linux")
31sha256sums=('a24c52f69fb0055d6c9c07ee4dac6221b9627e1a0283bb7d7b2c60043a945a1d'
32 'f054fa2a4cfc1b4cab3e9d659f4c2a0a509bf73474f9be9fb0de4000104b9ec8'
33 'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
34sha256sums_x86_64=('13b02aaff2492ebc5dbf9a8e659ef33c8e245b3cf782654d5ea76ac4b47d30ed'
35 '57c2247fb244e4cb0564f5f98c2ce96fcd2c2d931789c6eaf238b204a4d5648f')
36
37
38package_blitcp-bin() {
39 provides=("${_appname}")
40 conflicts+=("${pkgname%-bin}")
41 optdepends+=("${_appname}-gui")
42
43 cd "${srcdir}/" || exit
44
45 install -Dm755 "${_appname}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
46
47 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
48
49 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
50}
51
52package_blitcp-gui-bin() {
53 depends=("${_appname}")
54 provides=("${_appname}-gui")
55 conflicts+=("${pkgname%-bin}")
56
57 cd "${srcdir}/" || exit
58
59 install -Dm755 "${_appname}-gui-${pkgver}" "${pkgdir}/usr/bin/${_appname}-gui"
60
61 install -Dm755 /dev/stdin "${pkgdir}/usr/share/applications/${_appname}.desktop" <<EOF
62[Desktop Entry]
63Type=Application
64Name=${_appname}
65Comment=${pkgdesc}
66Exec=/usr/bin/${_appname}-gui %U
67Icon=${_appname}
68Terminal=false
69Categories=Utility;
70MimeType=x-scheme-handler/${_appname};
71StartupWMClass=${_appname}
72EOF
73
74 install -Dm644 "ICON-${pkgver}.png" "${pkgdir}/usr/share/icons/${_appname}.png"
75
76 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
77
78 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
79}
80

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 05:16:50 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