          MODULE=waylandpp
         VERSION=1.0.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/NilsBrause/waylandpp/archive/refs/tags/$VERSION.tar.gz
      SOURCE_VFY=sha256:b20b45917382c6b87e9380130c9a1a1c563da2f498de5830df12fbce326dd9f5
        WEB_SITE=https://github.com/NilsBrause/waylandpp
            TYPE=cmake
         ENTERED=20220428
         UPDATED=20220428
           SHORT="c++ binding for wayland"

cat << EOF
Wayland is an object oriented display protocol, which features request and events.
Requests can be seen as method calls on certain objects, whereas events can be seen
as signals of an object. This makes the Wayland protocol a perfect candidate for a C++ binding.
EOF
