1 { lib, fetchurl, buildGoModule, asciidoctor, ruby
9 url = "http://www.catb.org/~esr/reposurgeon/reposurgeon-${version}.tar.xz";
10 sha256 = "sha256-FuL5pvIM468hEm6rUBKGW6+WlYv4DPHNnpwpRGzMwlY=";
13 vendorHash = "sha256-QpgRCnsOOZujE405dCe+PYg/zNkqnrfZFfbBFo7adjY=";
15 subPackages = [ "." ];
17 nativeBuildInputs = [ asciidoctor ruby ];
25 make install prefix=$out HTMLFILES=
29 description = "A tool for editing version-control repository history";
30 license = lib.licenses.bsd3;
31 homepage = "http://www.catb.org/esr/reposurgeon/";
32 maintainers = with lib.maintainers; [ dfoxfranke ];
33 platforms = lib.platforms.all;