Skip to content

Instantly share code, notes, and snippets.

@nebhale
Created September 20, 2013 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebhale/6639498 to your computer and use it in GitHub Desktop.
Save nebhale/6639498 to your computer and use it in GitHub Desktop.
require 'formula'
class SpringBootCli < Formula
homepage 'https://github.com/SpringSource/spring-boot'
url 'https://repo.springsource.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M4/spring-boot-cli-0.5.0.M4.jar'
version '0.5.0.M4'
sha1 '50e79bfe7f3958a2f23cad19e73a65d43999d2fa'
def install
libexec.install 'spring-boot-cli-0.5.0.M4.jar'
bin.write_jar_script libexec/'spring-boot-cli-0.5.0.M4.jar', 'spring'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment