source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=libgusb
         VERSION=0.3.6
     SOURCE_HASH=sha512:a185b6feaeace72f78672ebaa6788659fcccb5d6414d49afb8ab717307c7a3d8e55a2adaaadc24f00ee0059fc1e3fcee54212ac3477989f7cbe4aebbf91699c2
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=https://people.freedesktop.org/~hughsient/releases/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/hughsie/libgusb/"
      LICENSE[0]=GPL
         ENTERED=20160123
           SHORT="a 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
