hydra-cli 1.0 (new formula)
This utility is for interfacing with Hydra from the command line: https://github.com/sdegutis/hydra
This commit is contained in:
parent
6026bc7453
commit
f843d5a450
1 changed files with 16 additions and 0 deletions
16
Formula/hydra-cli.rb
Normal file
16
Formula/hydra-cli.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require "formula"
|
||||
|
||||
class HydraCli < Formula
|
||||
homepage 'https://github.com/sdegutis/hydra-cli'
|
||||
url 'https://github.com/sdegutis/hydra-cli/archive/1.0.tar.gz'
|
||||
sha1 '15906ca4255839844635f26eab83843f0426b5f9'
|
||||
head 'https://github.com/sdegutis/hydra-cli.git'
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/hydra", "-h"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue