2021-02-05 17:12:51 +00:00
|
|
|
{ lib
|
|
|
|
, bundlerApp
|
|
|
|
}:
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
bundlerApp {
|
2021-02-05 17:12:51 +00:00
|
|
|
pname = "haste";
|
|
|
|
gemdir = ./.;
|
|
|
|
exes = [ "haste" ];
|
|
|
|
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
}
|