xhidecursor
MEDIUM
maintainer astier
3 votes
scanned 2026-09-06 13:11:32.219503
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Axel McLaren <scm(at)axml(dot)uk>
2
3
pkgname=xhidecursor
4
_commit=159b877
5
_pkgver=1.0.0
6
pkgver=1.0.0.r2.159b877
7
pkgrel=1
8
pkgdesc="minimal X-application which hides the cursor on key-press and unhides the cursor on mouse-movement"
9
arch=('i686' 'x86_64')
10
url="https://github.com/astier/xhidecursor"
11
license=('MIT')
12
depends=('libx11' 'libxfixes' 'libxi')
13
source=("${pkgname}-${_pkgver}::git+${url}#commit=${_commit}")
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "${pkgname}-${_pkgver}"
18
19
printf "${_pkgver}.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
cd "${pkgname}-${_pkgver}"
24
25
make
26
}
27
28
package() {
29
cd "${pkgname}-${_pkgver}"
30
31
make DESTDIR="${pkgdir}" PREFIX="/usr/bin" install
32
33
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |