Merge pull request #107633 from marsam/xandikos-man-page
xandikos: install man page
This commit is contained in:
commit
b2cdea8441
@ -1,6 +1,7 @@
|
||||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, python3Packages
|
||||
, installShellFiles
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
@ -24,10 +25,17 @@ python3Packages.buildPythonApplication rec {
|
||||
prometheus_client
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
postInstall = ''
|
||||
installManPage xandikos.1
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Lightweight CalDAV/CardDAV server";
|
||||
homepage = "https://github.com/jelmer/xandikos";
|
||||
license = licenses.gpl3Plus;
|
||||
changelog = "https://github.com/jelmer/xandikos/blob/v${version}/NEWS";
|
||||
maintainers = with maintainers; [ _0x4A6F ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user