           SPELL=couchdb
         VERSION=3.4.1
          SOURCE="apache-${SPELL}-${VERSION}.tar.gz"
         SOURCE2="$SOURCE.asc"
      SOURCE_GPG="apache.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
   SOURCE_URL[0]=https://www.apache.org/dist/couchdb/source/${VERSION}/${SOURCE}
  SOURCE2_URL[0]=$SOURCE_URL.asc
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/apache-${SPELL}-${VERSION}"
        WEB_SITE="https://couchdb.apache.org"
      LICENSE[0]=apache
         ENTERED=20090904
           SHORT="A http document server"
cat << EOF
CouchDB is
    * A document database server, accessible via a RESTful JSON API.
    * Ad-hoc and schema-free with a flat address space.  * Distributed,
    featuring robust, incremental replication with bi-directional conflict
    detection and management.  * Query-able and index-able, featuring a
    table oriented reporting engine that uses Javascript as a query language.
EOF
