Merge pull request #26406 from vmandela/git-series-man
git-series: install man page
This commit is contained in:
commit
d1d9186b6b
@ -18,6 +18,11 @@ buildRustPackage rec {
|
|||||||
nativeBuildInputs = [ cmake pkgconfig perl ];
|
nativeBuildInputs = [ cmake pkgconfig perl ];
|
||||||
buildInputs = [ openssl zlib ];
|
buildInputs = [ openssl zlib ];
|
||||||
|
|
||||||
|
postBuild = ''
|
||||||
|
mkdir -p "$out/man/man1"
|
||||||
|
cp "$src/git-series.1" "$out/man/man1"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool to help with formatting git patches for review on mailing lists";
|
description = "A tool to help with formatting git patches for review on mailing lists";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user