Commit f734b740 authored by lucasew's avatar lucasew
Browse files

emiluaPlugins.beast: add meta



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent 1603fbcd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  emilua,
  meson,
@@ -34,4 +35,15 @@ stdenv.mkDerivation (self: {
  ];

  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;
  };
})