plasmarchy
LOW
maintainer magelab
0 votes
scanned 2026-08-30 21:44:16.144172
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
pkgname=plasmarchy
2
pkgver=0.1.0rc1
3
pkgrel=1
4
pkgdesc='Port Omarchy themes and shell plugins into native KDE Plasma packages'
5
arch=('any')
6
url='https://github.com/majesticio/plasmarchy'
7
license=('MIT')
8
depends=('python>=3.11' 'git')
9
optdepends=('plasma-workspace: enable and use generated Plasma packages'
10
'kio: launch applications and files from the Omalaunch recipe'
11
'libqalculate: Omalaunch calculations and conversions'
12
'fd: fast Omalaunch file search'
13
'wl-clipboard: copy Omalaunch results on Wayland')
14
makedepends=('python-build' 'python-installer' 'python-wheel')
15
source=("$pkgname-$pkgver.tar.gz::https://github.com/majesticio/plasmarchy/releases/download/v0.1.0rc1/plasmarchy-0.1.0rc1.tar.gz")
16
sha256sums=('cfc80247f61fae2a31a5c4322c9986bc820f3891f18a1320c7e6ba2c09d7287b')
17
18
build() {
19
cd "$pkgname-$pkgver"
20
python -m build --wheel --no-isolation
21
}
22
23
check() {
24
cd "$pkgname-$pkgver"
25
python -m compileall -q src
26
}
27
28
package() {
29
cd "$pkgname-$pkgver"
30
python -m installer --destdir="$pkgdir" dist/*.whl
31
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 21:44:16 | Low | 1 |