Skip to content

Commit

Permalink
sk
Browse files Browse the repository at this point in the history
Closes #536.

Signed-off-by: paperchalice <29250197+paperchalice@users.noreply.github.com>
  • Loading branch information
paperchalice committed Feb 9, 2024
1 parent 312a382 commit 15806c2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Formula/xorg-app/setxkbmap.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
class Setxkbmap < Formula
desc "Set keymaps, layouts, and options via the XKB"
homepage "https://gitlab.freedesktop.org/xorg/app/setxkbmap"
url "https://xorg.freedesktop.org/releases/individual/app/setxkbmap-1.3.4.tar.xz"
sha256 "be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade"
license "MIT"

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

depends_on "libxkbfile"
depends_on "libxrandr"

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

test do
system "echo"
end
end

0 comments on commit 15806c2

Please sign in to comment.