Skip to content

Instantly share code, notes, and snippets.

@basilfx
basilfx / knxd.rb
Last active August 20, 2018 08:58
Homebrew Formula for knxd
class Knxd < Formula
desc "knxd is an advanced router/gateway; it can talk to all known KNX interfaces"
homepage "https://github.com/knxd/knxd"
head "https://github.com/knxd/knxd.git"
url "https://github.com/knxd/knxd/archive/v0.14.17.tar.gz"
sha256 "f1e64fd09a0bfa789e75311d4ac11353ebe83cca49929159f02b9bc41960afdd"
depends_on "argp-standalone" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build