Skip to content

Commit

Permalink
libdbusmenu-qt: migrate from core
Browse files Browse the repository at this point in the history
Closes #140.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Aug 7, 2016
1 parent e3fcac0 commit bf6c041
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions libdbusmenu-qt.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
class LibdbusmenuQt < Formula
desc "C++ dbusmenu library for Qt"
homepage "https://launchpad.net/libdbusmenu-qt"
url "https://launchpad.net/libdbusmenu-qt/trunk/0.9.2/+download/libdbusmenu-qt-0.9.2.tar.bz2"
sha256 "ae6c1cb6da3c683aefed39df3e859537a31d80caa04f3023315ff09e5e8919ec"

depends_on "cmake" => :build
depends_on "doxygen" => :build
depends_on "qt" => "with-dbus"
depends_on "qjson"

def install
mkdir "macbuild" do
system "cmake", "..", *std_cmake_args
system "make", "install"
end
end
end

0 comments on commit bf6c041

Please sign in to comment.