38307a4a7e
Let @termux be assigned as package maintainer instead of me, just like the most of Termux packages. I really don't use X11 package set so far. %ci:no-build
10 lines
432 B
Bash
10 lines
432 B
Bash
TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
|
|
TERMUX_PKG_DESCRIPTION="Print contents of X events"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.2.4
|
|
TERMUX_PKG_REVISION=3
|
|
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/app/xev-${TERMUX_PKG_VERSION}.tar.bz2
|
|
TERMUX_PKG_SHA256=d700e08bfe751ed2dbf802baa204b056d0e49348b6eb3c6f9cb035d8ae4885e2
|
|
TERMUX_PKG_DEPENDS="libx11, libxrandr"
|