handheld-daemon-ui: 3.2.3 -> 3.3.0 (#361609)
[NixPkgs.git] / pkgs / development / tools / ceedling / default.nix
blob25c6dd5bb83643bae1975b6be637e92d6a4202fc
1 { lib
2 , bundlerApp
3 }:
5 bundlerApp {
6   pname = "ceedling";
7   gemdir = ./.;
8   exes = [ "ceedling" ];
10   meta = with lib; {
11     description = "Build system for C projects that is something of an extension around Ruby's Rake";
12     homepage    = "http://www.throwtheswitch.org/ceedling";
13     license     = licenses.mit;
14     platforms   = platforms.unix;
15   };