cert-viewer: install manual page
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{ buildGoModule
|
{ buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, lib
|
, lib
|
||||||
|
, installShellFiles
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
@@ -16,6 +17,15 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorHash = "sha256-jNT04bYH5L/Zcfvel673zr2UJLayCO443tvBGZjrBZk=";
|
vendorHash = "sha256-jNT04bYH5L/Zcfvel673zr2UJLayCO443tvBGZjrBZk=";
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
installShellFiles
|
||||||
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
$out/bin/cert-viewer --help-man > cert-viewer.1
|
||||||
|
installManPage cert-viewer.1
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Admin tool to view and inspect multiple x509 Certificates";
|
description = "Admin tool to view and inspect multiple x509 Certificates";
|
||||||
homepage = "https://github.com/mgit-at/cert-viewer";
|
homepage = "https://github.com/mgit-at/cert-viewer";
|
||||||
|
|||||||
Reference in New Issue
Block a user