ripple-proton
LOW
maintainer sachesi
0 votes
scanned 2026-09-18 19:28:54.129711
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: sachesi <xsachesi@pm.me>
2
3
# pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release.
4
pkgname=ripple-proton
5
_name=ripple
6
pkgver=3.2.0
7
pkgrel=1
8
pkgdesc='Download and install Proton releases with centralized storage and symlink management'
9
arch=('any')
10
url='https://github.com/sachesi/ripple'
11
license=('GPL-3.0-or-later')
12
depends=('python')
13
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
14
conflicts=('ripple')
15
source=("$_name-$pkgver.tar.gz::$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
16
sha256sums=('6228f7c4da1d88f950017f47e44f84482e79a598281172ce69e17d710c45cbda')
17
18
build() {
19
cd "$_name-$pkgver"
20
python -m build --wheel --no-isolation
21
}
22
23
check() {
24
cd "$_name-$pkgver"
25
PYTHONPATH=src python -m unittest discover -s tests
26
}
27
28
package() {
29
cd "$_name-$pkgver"
30
python -m installer --destdir="$pkgdir" dist/*.whl
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 19:28:54 | Low | 1 |