mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
gitversion: init at 5.12.0
This commit is contained in:
parent
ef650f0ac6
commit
da37446720
20
pkgs/by-name/gi/gitversion/package.nix
Normal file
20
pkgs/by-name/gi/gitversion/package.nix
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{ lib
|
||||||
|
, buildDotnetGlobalTool
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildDotnetGlobalTool {
|
||||||
|
pname = "dotnet-gitversion";
|
||||||
|
nugetName = "GitVersion.Tool";
|
||||||
|
version = "5.12.0";
|
||||||
|
|
||||||
|
nugetSha256 = "sha256-dclYG2D0uSYqf++y33JCefkYLwbuRCuKd3qLMnx3BDI=";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "From git log to SemVer in no time";
|
||||||
|
homepage = "https://gitversion.net/";
|
||||||
|
downloadPage = "https://github.com/GitTools/GitVersion";
|
||||||
|
license = licenses.mit;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ acesyde ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user