12 stdenv.mkDerivation rec {
13 pname = "sd-mux-ctrl-unstable";
14 version = "2020-02-17";
17 url = "https://git.tizen.org/cgit/tools/testlab/sd-mux";
18 rev = "9dd189d973da64e033a0c5c2adb3d94b23153d94";
19 hash = "sha256-b0uoxVPfSrqNt0wJoQho9jlpQQUjofgFm93P+UNFtDs=";
34 install -D -m 644 ../doc/man/sd-mux-ctrl.1 $out/share/man/man1/sd-mux-ctrl.1
35 installShellCompletion --cmd sd-mux-ctrl \
36 --bash ../etc/bash_completion.d/sd-mux-ctrl
40 description = "Tool for controlling multiple sd-mux devices";
41 homepage = "https://git.tizen.org/cgit/tools/testlab/sd-mux";
42 license = licenses.asl20;
43 maintainers = with maintainers; [
47 platforms = platforms.unix;
48 mainProgram = "sd-mux-ctrl";