8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "1bvshfa9pa012yzdwapi3nalpgcwmfq7d3n3w3mlr357a6kq64qk";
19 buildInputs = [ openssl ];
23 mv amlbootsig unamlbootsig amlinfo "$out/bin"
27 homepage = "https://github.com/afaerber/meson-tools";
28 description = "Tools for Amlogic Meson ARM platforms";
29 license = licenses.gpl2Only;
30 maintainers = with maintainers; [ lopsided98 ];