Skip to content

Commit

Permalink
xv
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Feb 10, 2024
1 parent ab5cab8 commit f4ad931
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Formula/xorg-app/xvinfo.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
class Xvinfo < Formula
desc "Utility to print out X-Video extension adaptor information"
homepage "https://gitlab.freedesktop.org/xorg/app/xvinfo"
url "https://xorg.freedesktop.org/releases/individual/app/xvinfo-1.1.5.tar.xz"
sha256 "3ede71ecb26d9614ccbc6916720285e95a2c7e0c5e19b8570eaaf72ad7c5c404"
license "MIT"

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

depends_on "libxv"

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

test do
system "echo"
end
end

0 comments on commit f4ad931

Please sign in to comment.