source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=libgusb
         VERSION=0.4.2
     SOURCE_HASH=sha512:c3e8e7a21f1e2f355cda5dddbde7235f9c48d4ff96c2d012e48df5bd7e1216ed41f3cc81f4a215ceead8b6e8cf0d04a85916043adfd074e543c041dbe63acd48
          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
