Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Feb 9, 2024
1 parent 54b700b commit acc843c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Formula/xorg-app/xclipboard.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
class Xclipboard < Formula
desc "Scientific calculator X11 client"
homepage "https://gitlab.freedesktop.org/xorg/app/xclipboard"
url "https://xorg.freedesktop.org/releases/individual/app/xclipboard-1.1.4.tar.xz"
sha256 "f43d4560d1464e8ff58e850212f6bdb703989b66d599fb61f351b5f9e077f253"
license "MIT-open-group"

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

depends_on "libxaw"
depends_on "libxkbfile"

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

test do
system "echo"
end
end

0 comments on commit acc843c

Please sign in to comment.