doubledown: bottle unneeded
This commit is contained in:
parent
81bb39334d
commit
b9904e5e2e
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ class Doubledown < Formula
|
|||
homepage "https://github.com/devstructure/doubledown"
|
||||
url "https://github.com/devstructure/doubledown/archive/v0.0.2.tar.gz"
|
||||
sha256 "47ff56b6197c5302a29ae4a373663229d3b396fd54d132adbf9f499172caeb71"
|
||||
|
||||
head "https://github.com/devstructure/doubledown.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
bin.install Dir["bin/*"]
|
||||
man1.install Dir["man/man1/*.1"]
|
||||
|
|
Loading…
Reference in a new issue