wrk/wrk-trello conflict

master
Adam Vandenberg 2013-11-12 07:13:00 -08:00
parent 6aac574190
commit 14c5f5a64a
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ class WrkTrello < Formula
url 'http://cloud.github.com/downloads/blangel/wrk/wrk-1.0.1.tar.gz' url 'http://cloud.github.com/downloads/blangel/wrk/wrk-1.0.1.tar.gz'
sha1 'e517e9fb66dc285321b38a398aae35956c83a0ea' sha1 'e517e9fb66dc285321b38a398aae35956c83a0ea'
conflicts_with 'wrk', :because => 'both install `wrk` binaries'
def script; <<-EOS.undent def script; <<-EOS.undent
#!/bin/sh #!/bin/sh
export WRK_HOME="#{libexec}" export WRK_HOME="#{libexec}"

View File

@ -5,6 +5,8 @@ class Wrk < Formula
url 'https://github.com/wg/wrk/archive/2.2.2.tar.gz' url 'https://github.com/wg/wrk/archive/2.2.2.tar.gz'
sha1 'e13ebcea4d88137c788363daafae546b0ccdbf19' sha1 'e13ebcea4d88137c788363daafae546b0ccdbf19'
conflicts_with 'wrk-trello', :because => 'both install `wrk` binaries'
def install def install
system "make" system "make"
bin.install "wrk" bin.install "wrk"