sorting-algorithm-visualizer

LOW
maintainer Dominiquini 1 votes scanned 2026-09-13 03:13:35.623360
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=66-m
4_gitname=sorting-visualizer
5_appname=sorting-algorithm-visualizer
6pkgname=${_appname}
7pkgdesc="See and hear Sorting Algorithms in Real Time: 22 Algorithms, 30 Visuals"
8
9pkgver=2.0.4
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14
15_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17url=${_ghurl}
18
19license=('GPL-3.0-only')
20
21provides=("${_appname}")
22depends=('bash' 'java-runtime-common')
23
24options=('!strip')
25
26noextract=("${_appname}-${pkgver}.jar")
27
28source=("README-${pkgver}.md::${_ghurlraw}/README.md"
29 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE"
30 "${_appname}.sh")
31source_x86_64=("${_appname}-${pkgver}.jar::${_ghurl}/releases/download/${_gitversion}/${_gitname}.jar")
32sha256sums=('39bfc71f5dfe7f5e964c4777b5989d89703cad9bb9462d6dae870d6235b7506e'
33 '8486a10c4393cee1c25392769ddd3b2d6c242d6ec7928e1414efff7dfb2f07ef'
34 '42a812e7a9588065c0c72d4e12e20b70b5b48e721e413d72260d846d16477dec')
35sha256sums_x86_64=('954ec14f3a3534a8cdfa30d9d4a71825dba24c6d1206669250c144802fbf39e7')
36
37
38build() {
39 cd "${srcdir}/" || exit
40
41 cat ${_appname}.sh ${_appname}-${pkgver}.jar > ${_appname} && chmod +x ${_appname}
42}
43
44package() {
45 cd "${srcdir}/" || exit
46
47 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
48
49 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
50
51 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 03:13:35 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