xremap-cosmic-bin
LOW
maintainer ChrisK
0 votes
scanned 2026-08-24 19:24:22.399485
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: ChrisK <keanug at hotmail dot co dot uk>
2
3
pkgname=xremap-cosmic-bin
4
pkgver=0.15.11
5
pkgrel=1
6
pkgdesc='Dynamic key remapper for X11 and Wayland (COSMIC Wayland build)'
7
arch=('x86_64')
8
url='https://github.com/xremap/xremap'
9
license=('MIT')
10
provides=("xremap=${pkgver}")
11
conflicts=('xremap')
12
options=('!debug')
13
source=(
14
"xremap-LICENSE-${pkgver}::https://raw.githubusercontent.com/xremap/xremap/v${pkgver}/LICENSE"
15
)
16
sha256sums=(
17
'60365594c733128ba50f05de00c4a6f07fed0a6e8bbd93817f39ded3980f7343'
18
)
19
source_x86_64=(
20
"xremap-linux-x86_64-cosmic.zip::https://github.com/xremap/xremap/releases/download/v${pkgver}/xremap-linux-x86_64-cosmic.zip"
21
)
22
sha256sums_x86_64=(
23
'ff9f9836dc2ff111105b2c28695e97234e2827f233a8f74f35587f2fcfae3bc5'
24
)
25
optdepends=(
26
'cosmic-comp: application-specific remapping on COSMIC Wayland'
27
)
28
29
package() {
30
install -Dm755 "$srcdir/xremap" "$pkgdir/usr/bin/xremap"
31
install -Dm644 "$srcdir/xremap-LICENSE-${pkgver}" \
32
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 19:24:22 | Low | 1 |