2023-08-26 12:42:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2023-10-24 16:00:57 +00:00
|
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
2023-08-26 12:42:34 +00:00
|
|
|
|
|
|
|
PKG_NAME="hidapi"
|
2023-11-13 22:18:49 +00:00
|
|
|
PKG_VERSION="1ba21cee743b927004e641409b87e5fcc50f3736"
|
2023-08-26 12:42:34 +00:00
|
|
|
PKG_LICENSE="GPLv3"
|
|
|
|
PKG_SITE="https://github.com/libusb/hidapi"
|
|
|
|
PKG_URL="${PKG_SITE}.git"
|
|
|
|
PKG_DEPENDS_TARGET="toolchain systemd libusb"
|
|
|
|
PKG_LONGDESC="Simple library for communicating with USB and Bluetooth HID devices."
|
|
|
|
PKG_TOOLCHAIN="cmake"
|
|
|
|
|