build-block for wxWidgets added

This commit is contained in:
2022-02-17 16:39:26 +01:00
parent c1d243d795
commit 2fee079a27
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#%Pmodule
module-whatis "toolkit for creating cross-plattform graphical user interfaces"
module-url "https://www.wxwidgets.org"
module-license "See https://www.wxwidgets.org/about/licence/"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
wxWidgets is a C++ library that lets developers create applications for
Windows, macOS, Linux and other platforms with a single code base. It
has popular language bindings for Python, Perl, Ruby and many other
languages, and unlike other cross-platform toolkits, wxWidgets gives
applications a truly native look and feel because it uses the platform's
native API rather than emulating the GUI. It's also extensive, free,
open-source and mature.
"