mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-21 23:56:20 +00:00
b31ce30170
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
13 lines
479 B
Makefile
13 lines
479 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="evrepeat"
|
|
PKG_VERSION="0.0.1"
|
|
PKG_SHA256="f1d14a12d700b9650562f8ec8ca593e6033f2e18b3d1fd1f44af29875152547e"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/HiassofT/evrepeat"
|
|
PKG_URL="https://github.com/HiassofT/evrepeat/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Tool to view and change linux input device repeat settings"
|
|
|