perlPackages.NetMPD: init at 0.07

This commit is contained in:
rewine 2023-09-06 21:30:10 +08:00 committed by Jörg Thalheim
parent a9fdb73009
commit b13b23f4f0

View file

@ -18253,6 +18253,21 @@ with self; {
};
};
NetMPD = buildPerlModule {
pname = "Net-MPD";
version = "0.07";
buildInputs = [ ModuleBuildTiny ];
src = fetchurl {
url = "https://cpan.metacpan.org/authors/id/A/AB/ABERNDT/Net-MPD-0.07.tar.gz";
hash = "sha256-M4L7nG9cJd4mKPVhRCn6igB5FSFnjELaBoyZ57KU6VM=";
};
meta = {
description = "Communicate with an MPD server";
homepage = "https://metacpan.org/pod/Net::MPD";
license = with lib.licenses; [ mit ];
};
};
NetMQTTSimple = buildPerlPackage {
pname = "Net-MQTT-Simple";
version = "1.26";