Skip to content

Commit

Permalink
ice
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Feb 9, 2024
1 parent 7017de8 commit 50cd6ed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Formula/xorg-app/iceauth.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
class Iceauth < Formula
desc "ICE authority file utility"
homepage "https://gitlab.freedesktop.org/xorg/app/iceauth"
url "https://xorg.freedesktop.org/releases/individual/app/iceauth-1.0.9.tar.xz"
sha256 "2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05"

depends_on "pkgconf" => :build
depends_on "util-macros" => :build
depends_on "xorgproto" => :build

depends_on "libice"

def install
system "./configure", *std_configure_args
system "make", "install"
end

test do
system "echo"
end
end

0 comments on commit 50cd6ed

Please sign in to comment.