Skip to content

Instantly share code, notes, and snippets.

@Dimtree
Created May 15, 2019 08:09
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 Dimtree/fe51702f3dbd92ad8b8986912ee85421 to your computer and use it in GitHub Desktop.
Save Dimtree/fe51702f3dbd92ad8b8986912ee85421 to your computer and use it in GitHub Desktop.
class Iodine < Formula
desc "Tunnel IPv4 data through a DNS server"
homepage "http://code.kryo.se/iodine/"
url "http://code.kryo.se/iodine/iodine-0.7.0.tar.gz"
sha256 "ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e"
head do
url "https://github.com/yarrick/iodine.git"
end
def install
system "make", "PREFIX=#{prefix}" if build.head?
bin.install "bin/iodine"
bin.install "bin/iodined"
man8.install "man/iodine.8"
end
test do
system "false"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment