Merge pull request #110996 from rguevara84/mark-v3.5
This commit is contained in:
commit
767fc0538a
@ -7725,6 +7725,12 @@
|
||||
githubId = 42433779;
|
||||
name = "Rémy Grünblatt";
|
||||
};
|
||||
rguevara84 = {
|
||||
email = "fuzztkd@gmail.com";
|
||||
github = "rguevara84";
|
||||
githubId = 12279531;
|
||||
name = "Ricardo Guevara";
|
||||
};
|
||||
rht = {
|
||||
email = "rhtbot@protonmail.com";
|
||||
github = "rht";
|
||||
|
24
pkgs/tools/text/mark/default.nix
Normal file
24
pkgs/tools/text/mark/default.nix
Normal file
@ -0,0 +1,24 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "mark";
|
||||
version = "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kovetskiy";
|
||||
repo = "mark";
|
||||
rev = version;
|
||||
sha256 = "0za4n2caqr3gflfxr1hdd328g7r52h7x0ws7r9mjvdnmwjgc0b2b";
|
||||
};
|
||||
|
||||
vendorSha256 = "1hvizcg5b3y2qgjiw77rb795xz9w1dzr3b8q2ji48ihll27g9f0m";
|
||||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool for syncing your markdown documentation with Atlassian Confluence pages";
|
||||
homepage = "https://github.com/kovetskiy/mark";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rguevara84 ];
|
||||
};
|
||||
}
|
@ -23311,6 +23311,8 @@ in
|
||||
|
||||
markdown-pp = callPackage ../tools/text/markdown-pp { };
|
||||
|
||||
mark = callPackage ../tools/text/mark { };
|
||||
|
||||
marp = callPackage ../applications/office/marp { };
|
||||
|
||||
magnetico = callPackage ../applications/networking/p2p/magnetico { };
|
||||
|
Loading…
Reference in New Issue
Block a user