          MODULE=pamixer
         VERSION=1.6
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/cdemoulins/pamixer/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:8b7199e495dc19b190f8f02ace8782f533266a4bd7c7d3cf6f4cf09b2de13e71
        WEB_SITE=https://github.com/cdemoulins/pamixer/
            TYPE=meson
         ENTERED=20190403
         UPDATED=20220613
           SHORT="Pulseaudio command-line mixer like amixer"

cat << EOF
pamixer is like amixer but for pulseaudio.
It can control the volume levels of the sinks.
Also, this project can provide you a small C++ library to control pulseaudio.
Features:
 - Get the current volume of the default sink, the default source or a selected
   one by his id
 - Set the volume for the default sink, the default source or any other device
 - List the sinks
 - List the sources
 - Increase / Decrease the volume for a device (using gamma correction
   optionally)
 - Mute or unmute a device.
EOF
