smenu: format, add SuperSandro2000 as maintainer
This commit is contained in:
parent
79270a3152
commit
73ac41146b
@ -5,25 +5,24 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "smenu";
|
pname = "smenu";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "p-gen";
|
owner = "p-gen";
|
||||||
repo = "smenu";
|
repo = "smenu";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1p8y1fgrfb7jxmv5ycvvnqaz7ghdi50paisgzk71169fqwp1crfa";
|
sha256 = "1p8y1fgrfb7jxmv5ycvvnqaz7ghdi50paisgzk71169fqwp1crfa";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/p-gen/smenu";
|
homepage = "https://github.com/p-gen/smenu";
|
||||||
description = "Terminal selection utility";
|
description = "Terminal selection utility";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Terminal utility that allows you to use words coming from the standard
|
Terminal utility that allows you to use words coming from the standard
|
||||||
input to create a nice selection window just below the cursor. Once done,
|
input to create a nice selection window just below the cursor. Once done,
|
||||||
your selection will be sent to standard output.
|
your selection will be sent to standard output.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
maintainers = [ maintainers.matthiasbeyer ];
|
maintainers = with maintainers; [ matthiasbeyer SuperSandro2000 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user