          MODULE=libgusb
         VERSION=0.4.9
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://github.com/hughsie/libgusb/releases/download/$VERSION/
      SOURCE_VFY=sha256:9df5ef301d6a4b361002aa52cce1165a87a89744055879bdbab31e7e86f1e846
        WEB_SITE=https://github.com/hughsie/libgusb/
         ENTERED=20121102
         UPDATED=20240831
           SHORT="GObject wrapper for libusb"

cat << EOF
GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous
control, bulk and interrupt transfers with proper cancellation and integration
into a mainloop.
This makes it easy to integrate low level USB transfers with your high-level
application or system daemon.
EOF
