Skip to content

Commit

Permalink
cattle: make gobject-introspection build-time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj authored and ilovezfs committed Mar 21, 2018
1 parent b2c59cf commit fbd27db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/cattle.rb
Expand Up @@ -3,6 +3,7 @@ class Cattle < Formula
homepage "https://github.com/andreabolognani/cattle"
url "https://kiyuko.org/software/cattle/releases/1.2.2/source"
sha256 "e8e9baba41c4b25a1fdac552c5b03ad62a4dbb782e9866df3c3463baf6411826"
revision 1

bottle do
sha256 "bf68a1bc30056789724407aff1a9edbea6671494fd766277ecea8fa14aa8f628" => :high_sierra
Expand All @@ -20,9 +21,9 @@ class Cattle < Formula
depends_on "libtool" => :build
end

depends_on "gobject-introspection" => :build
depends_on "pkg-config" => :build
depends_on "glib"
depends_on "gobject-introspection"

def install
pkgshare.mkpath
Expand Down

0 comments on commit fbd27db

Please sign in to comment.