plasmarchy

LOW
maintainer magelab 0 votes scanned 2026-08-30 21:44:16.144172
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

1pkgname=plasmarchy
2pkgver=0.1.0rc1
3pkgrel=1
4pkgdesc='Port Omarchy themes and shell plugins into native KDE Plasma packages'
5arch=('any')
6url='https://github.com/majesticio/plasmarchy'
7license=('MIT')
8depends=('python>=3.11' 'git')
9optdepends=('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')
14makedepends=('python-build' 'python-installer' 'python-wheel')
15source=("$pkgname-$pkgver.tar.gz::https://github.com/majesticio/plasmarchy/releases/download/v0.1.0rc1/plasmarchy-0.1.0rc1.tar.gz")
16sha256sums=('cfc80247f61fae2a31a5c4322c9986bc820f3891f18a1320c7e6ba2c09d7287b')
17
18build() {
19 cd "$pkgname-$pkgver"
20 python -m build --wheel --no-isolation
21}
22
23check() {
24 cd "$pkgname-$pkgver"
25 python -m compileall -q src
26}
27
28package() {
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)SeverityRules
2026-08-30 21:44:16 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