           SPELL=pounce
         VERSION=3.2
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://git.causal.agency/$SPELL/snapshot/$SOURCE
     SOURCE_HASH=sha512:ece6dbe8ae5cfbc57c25c936ab601ed5d2370190c2663eff898f6ab930675ef73a098f047831be90c8de41393db5d4df8a06b8e3857e7e0b9d2012e63644a94f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://git.causal.agency/pounce/"
      LICENSE[0]="GPL-3.0-or-later"
         ENTERED=20220531
        KEYWORDS=""
           SHORT="IRC bouncer"
cat << EOF
pounce is a multi-client, TLS-only IRC bouncer. It maintains a persistent
connection to an IRC server, acting as a proxy and buffer for a number
of clients. When a client connects, any messages received since it last
disconnected will be relayed to it. Unlike some other bouncers, pounce uses
a single buffer for all IRC messages, which acts as a queue from which each
client reads messages independently.

pounce speaks regular modern IRC to both servers and clients, using the
server-time extension to indicate when messages originally occurred. Clients
identify themselves to pounce by their IRC usernames.
EOF
