0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-06 02:51:49 +00:00
Files
termux-packages/x11-packages/oneko-sakura/build.sh
Twaik Yont 02a671f55a chore(x11/oneko-sakura): force disable auto updates [no ci]
The package is built from master, without specifying a commit. Updater script does not handle that, and it should not.
This is needed to avoid auto-updater script warnings.
2023-10-20 15:17:40 +03:00

17 lines
613 B
Bash

TERMUX_PKG_HOMEPAGE=http://www.daidouji.com/oneko
TERMUX_PKG_DESCRIPTION="oneko-sakurais modified version of oneko, KINOMOTO Sakura chases around your mouse cursor"
TERMUX_PKG_LICENSE="Public Domain"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.2.sakura.6"
TERMUX_PKG_SRCURL=git+https://github.com/tie/oneko
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_GIT_BRANCH=master
TERMUX_PKG_DEPENDS="libx11,libxext,xorgproto"
TERMUX_CMAKE_BUILD="Unix Makefiles"
TERMUX_PKG_GROUPS="games"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make_install() {
install -Dm700 -t "${TERMUX_PREFIX}"/bin "$TERMUX_PKG_SRCDIR"/oneko
}