Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycklets / resources / frecklet / osx-command-line-tools-installed.frecklet
Size: Mime:
doc:
  short_help: Install Mac OS X command-line tools.
  help: |
    Install the Mac OS X command-line tools (without Xcode).

    The Command Line Tool package gives Mac terminal users many commonly used tools, utilities, and compilers, including
    make, GCC, clang, perl, svn, git, size, strip, strings, libtool, cpp, what, and many other useful commands that are
    usually found in default linux installations.
  examples:
  - title: Install OS X command-line tools.
  - title: Install OS X command-line tools, force re-install even if already present.
    vars:
      force: true

args:
  force:
    type: boolean
    doc:
      short_help: Force the install, even if the tools are already present.
      msg: installing Mac OS X command-line tools
    required: false
    default: false
    cli:
      is_flag: true

meta:
  status:
    supported:
    - darwin
  tags:
  - darwin
  - mac-os-x
  - command-line-tools
  - install

frecklets:

- frecklet:
    name: elliotweiser.osx-command-line-tools
    type: ansible-role
    resources:
      ansible-role:
      - elliotweiser.osx-command-line-tools
    properties:
      idempotent: true
      internet: true
      elevated: true
    desc:
      short: install Mac OS X commandline-tools
      references:
        "'elliotweiser.osx-comamnd-line-tools": https://github.com/elliotweiser/ansible-osx-command-line-tools
      long: |
        Install the Mac OS X command-line tools (without Xcode).
  vars:
    force_install: '{{:: force ::}}'