          MODULE=waylandpp
         VERSION=1.0.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/NilsBrause/waylandpp/archive/refs/tags/$VERSION.tar.gz
      SOURCE_VFY=sha256:49c362fa5db28ab5472968215b88f1fbe3a7b7f57818dde722fd7d38997d940a
        WEB_SITE=https://github.com/NilsBrause/waylandpp
            TYPE=cmake
         ENTERED=20220428
         UPDATED=20260225
           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
