13 lines
367 B
Makefile
13 lines
367 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
# Copyright (C) 2023-present Fewtarius
|
||
|
|
||
|
PKG_NAME="hidapi"
|
||
|
PKG_VERSION="d3013f0"
|
||
|
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"
|
||
|
|