2020-08-28 11:53:40 +00:00
|
|
|
{ lib
|
2021-01-19 19:26:39 +00:00
|
|
|
, bundlerApp
|
2020-08-28 11:53:40 +00:00
|
|
|
}:
|
|
|
|
|
2023-07-12 15:22:45 +00:00
|
|
|
bundlerApp {
|
2021-01-19 19:26:39 +00:00
|
|
|
pname = "haste";
|
|
|
|
gemdir = ./.;
|
|
|
|
exes = [ "haste" ];
|
2020-08-28 11:53:40 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "Command line interface to the AnyStyle Parser and Finder";
|
|
|
|
homepage = "https://rubygems.org/gems/haste";
|
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = with maintainers; [ shamilton ];
|
|
|
|
platforms = platforms.unix;
|
2023-11-27 01:17:53 +00:00
|
|
|
mainProgram = "haste";
|
2020-08-28 11:53:40 +00:00
|
|
|
};
|
|
|
|
}
|