align: init at 1.1.3

This is a nice package for viewing CSV files and such, where differing
field widths can make it hard to understand the data.

Co-authored-by: figsoda <figsoda@pm.me>
main
Harrison Houghton 3 years ago
parent f6a7137726
commit 7b6eb91961
  1. 22
      pkgs/tools/text/align/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -0,0 +1,22 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "align";
version = "1.1.3";
src = fetchFromGitHub {
owner = "Guitarbum722";
repo = pname;
rev = "v${version}";
sha256 = "17gs3417633z71kc6l5zqg4b3rjhpn2v8qs8rnfrk4nbwzz4nrq3";
};
vendorSha256 = null;
meta = with lib; {
homepage = "https://github.com/Guitarbum722/align";
description = "A general purpose application and library for aligning text";
maintainers = with maintainers; [ hrhino ];
license = licenses.mit;
};
}

@ -167,6 +167,8 @@ with pkgs;
alda = callPackage ../development/interpreters/alda { };
align = callPackage ../tools/text/align { };
althttpd = callPackage ../servers/althttpd { };
among-sus = callPackage ../games/among-sus { };

Loading…
Cancel
Save