mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-05 22:07:59 +00:00
12 lines
478 B
Makefile
12 lines
478 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"
|