xcode-install: init at 2.6.8

This commit is contained in:
Serge Bazanski
2021-01-27 11:38:41 +01:00
parent b1c006f055
commit 67f00f7ac9
5 changed files with 1058 additions and 0 deletions
@@ -0,0 +1,17 @@
{ lib
, bundlerApp
}:
bundlerApp {
pname = "xcode-install";
gemdir = ./.;
exes = [ "xcversion" ];
meta = with lib; {
description = "Install and update your Xcodes automatically";
homepage = "https://github.com/xcpretty/xcode-install";
platforms = platforms.unix;
maintainers = with maintainers; [ q3k ];
license = with licenses; [ mit ];
};
}