distribution/packages/devel/hidapi/package.mk

13 lines
427 B
Makefile
Raw Normal View History

2023-08-26 12:42:34 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
2023-08-26 12:42:34 +00:00
PKG_NAME="hidapi"
2023-12-15 16:33:23 +00:00
PKG_VERSION="7011fa98af2dde00c298105735e470de800288c7"
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"