revision-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-23 03:19:42.155123
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=bapatchirag
4
_gitname=revision
5
_appname=${_gitname}
6
pkgname=${_gitname}-bin
7
pkgdesc="Lazygit for SVN - a fast, keyboard-driven TUI for SVN"
8
9
pkgver=1.7.0
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('linux-amd64' 'linux-arm64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
depends=('subversion')
23
provides=("${_appname}")
24
conflicts=("${pkgname%-bin}")
25
26
options=('!strip')
27
28
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
29
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
30
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
31
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
32
sha256sums=('5ce1604b06d1c3dbaac555c2d2369ffb3bb407ccf531def6b11a81458a6814e0'
33
'fa0744b49963fef94ca4dcce4d4dc94b9ea7d86849675f2b411c373fe5cc1aa7')
34
sha256sums_x86_64=('0e2fa6276de7168293a62c70ffc654963e750e002e05b5c1389c3d6703ccb1e0')
35
sha256sums_aarch64=('21e4c83b8ca91d63067c06c04bc5b308d0f420f81eb6d21a5da870ffa8890349')
36
37
38
package() {
39
cd "${srcdir}/" || exit
40
41
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
42
43
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
44
45
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 03:19:42 | Low | 1 |