Merge pull request #26406 from vmandela/git-series-man

git-series: install man page
This commit is contained in:
Graham Christensen 2017-06-05 18:42:56 -04:00 committed by GitHub
commit d1d9186b6b

View File

@ -18,6 +18,11 @@ buildRustPackage rec {
nativeBuildInputs = [ cmake pkgconfig perl ];
buildInputs = [ openssl zlib ];
postBuild = ''
mkdir -p "$out/man/man1"
cp "$src/git-series.1" "$out/man/man1"
'';
meta = with stdenv.lib; {
description = "A tool to help with formatting git patches for review on mailing lists";
longDescription = ''