           SPELL=duperemove
         VERSION=0.10
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/markfasheh/duperemove/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:11bb1a9937b9ca7969b9176bb4cfc8fff91c257a8645baa0ca0ec6b634ae3c464712414f856d5a75ed16c6d13f0ae85ac3584df1f474575a975cb20ae0d7a9f1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/markfasheh/duperemove"
      LICENSE[0]=GPLv2
         ENTERED=20160629
           SHORT="a simple tool for deduplicating btrfs extents"
cat << EOF
Duperemove is a simple tool for finding duplicated extents and submitting them
for deduplication. When given a list of files it will hash their contents on a
block by block basis and compare those hashes to each other, finding and
categorizing extents that match each other. When given the -d option,
duperemove will submit those extents for deduplication using the
btrfs-extent-same ioctl.
EOF
