Skip to content

Commit

Permalink
cur
Browse files Browse the repository at this point in the history
Closes #549.

Signed-off-by: paperchalice <29250197+paperchalice@users.noreply.github.com>
  • Loading branch information
paperchalice committed Feb 9, 2024
1 parent b77ccab commit 59df340
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Formula/xorg-app/xcursorgen.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
class Xcursorgen < Formula
desc "Prepares X11 cursor sets for use with libXcursor"
homepage "https://gitlab.freedesktop.org/xorg/app/xcursorgen"
url "https://xorg.freedesktop.org/releases/individual/app/xcursorgen-1.0.8.tar.xz"
sha256 "32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b"
license "HPND"

depends_on "pkgconf" => :build
depends_on "xorgproto" => :build

depends_on "libpng"
depends_on "libxcursor"

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

test do
system "echo"
end
end

0 comments on commit 59df340

Please sign in to comment.