termux-packages/x11-packages/xorg-xev/build.sh

9 lines
446 B
Bash
Raw Normal View History

2018-11-07 21:16:35 +01:00
TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
TERMUX_PKG_DESCRIPTION="Print contents of X events"
TERMUX_PKG_LICENSE="MIT"
2020-05-14 00:01:15 +02:00
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
2020-09-12 23:17:13 +02:00
TERMUX_PKG_VERSION=1.2.4
2018-11-07 21:16:35 +01:00
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/app/xev-${TERMUX_PKG_VERSION}.tar.bz2
2020-09-12 23:17:13 +02:00
TERMUX_PKG_SHA256=d700e08bfe751ed2dbf802baa204b056d0e49348b6eb3c6f9cb035d8ae4885e2
2018-11-07 21:16:35 +01:00
TERMUX_PKG_DEPENDS="libx11, libxrandr"