emiluaPlugins.beast: add meta

Signed-off-by: lucasew <lucas59356@gmail.com>

lucasew f734b740 1603fbcd

Changed files
+12
pkgs
development
emilua-plugins
beast
+12
pkgs/development/emilua-plugins/beast/default.nix
···
{
+
lib,
stdenv,
emilua,
meson,
···
];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
+
+
meta = {
+
description = "Emilua bindings to Boost.Beast (a WebSocket library)";
+
homepage = "https://gitlab.com/emilua/beast";
+
license = lib.licenses.boost;
+
maintainers = with lib.maintainers; [
+
manipuladordedados
+
lucasew
+
];
+
platforms = lib.platforms.linux;
+
};
})