这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/libusb/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://libusb.info
TERMUX_PKG_DESCRIPTION="A cross-platform user library to access USB devices "
TERMUX_PKG_VERSION=1.0.21
TERMUX_PKG_SRCURL=https://github.com/libusb/libusb/releases/download/v${TERMUX_PKG_VERSION}/libusb-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-udev"