. "$GRIMOIRE/FUNCTIONS"
           SPELL=iwd
if [[ "${IWD_BRANCH}" == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=${SPELL}-git.tar.xz
   SOURCE_URL[0]="git://git.kernel.org/pub/scm/network/wireless/${SPELL}.git:${SPELL}-git"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=3.10
          SOURCE=${SPELL}-${VERSION}.tar.xz
         SOURCE2=${SPELL}-${VERSION}.tar.sign
      SOURCE_GPG="kernel.gpg:${SOURCE2}:UPSTREAM_KEY"
   SOURCE_URL[0]="${KERNEL_URL}/pub/linux/network/wireless/${SOURCE}"
  SOURCE2_URL[0]="${KERNEL_URL}/pub/linux/network/wireless/${SOURCE2}"
# Watch: https://mirrors.edge.kernel.org/pub/linux/network/wireless/
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE=http://iwd.wiki.kernel.org/
         ENTERED=20211224
      LICENSE[0]=LGPL
           SHORT="Internet Wireless Daemon"
cat << EOF
iNet Wireless Daemon (iwd) project aims to provide a comprehensive Wi-Fi
connectivity solution for Linux based devices. The core goal of the project is
to optimize resource utilization: storage, runtime memory and link-time costs.

This is accomplished by not depending on any external libraries and utilizes
features provided by the Linux Kernel to the maximum extent possible.

The result is a self-contained environment that only depends on the Linux
Kernel and the runtime C library.
EOF
