xhidecursor

MEDIUM
maintainer astier 3 votes scanned 2026-09-06 13:11:32.219503
View on AUR
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
3pkgname=xhidecursor
4_commit=159b877
5_pkgver=1.0.0
6pkgver=1.0.0.r2.159b877
7pkgrel=1
8pkgdesc="minimal X-application which hides the cursor on key-press and unhides the cursor on mouse-movement"
9arch=('i686' 'x86_64')
10url="https://github.com/astier/xhidecursor"
11license=('MIT')
12depends=('libx11' 'libxfixes' 'libxi')
13source=("${pkgname}-${_pkgver}::git+${url}#commit=${_commit}")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "${pkgname}-${_pkgver}"
18
19 printf "${_pkgver}.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cd "${pkgname}-${_pkgver}"
24
25 make
26}
27
28package() {
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)SeverityRules
2026-09-06 13:11:32 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion