mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-12 19:43:04 +00:00
15 lines
637 B
Bash
15 lines
637 B
Bash
TERMUX_PKG_HOMEPAGE=https://gitlab.freedesktop.org/xorg/app/xeyes
|
|
TERMUX_PKG_DESCRIPTION="A follow the mouse X demo"
|
|
TERMUX_PKG_LICENSE="X11"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.3.0
|
|
TERMUX_PKG_SRCURL=https://gitlab.freedesktop.org/xorg/app/xeyes/-/archive/xeyes-${TERMUX_PKG_VERSION}/xeyes-xeyes-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=efcd0c0b52c218b22e1110e860bdc11b3eee24361a0e6386929e737efe7237e3
|
|
TERMUX_PKG_DEPENDS="libx11, libxcb, libxext, libxi, libxmu, libxrender, libxt"
|
|
TERMUX_PKG_BUILD_DEPENDS="libxfixes, xorg-util-macros"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
}
|