Skip to content

Commit

Permalink
ico
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Feb 9, 2024
1 parent 7017de8 commit a0fee7c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Formula/xorg-app/ico.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
class Ico < Formula
desc "Animation program for testing X11"
homepage "https://gitlab.freedesktop.org/xorg/app/ico"
url "https://xorg.freedesktop.org/releases/individual/app/ico-1.0.6.tar.xz"
sha256 "2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05"

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

depends_on "libx11"

def install

Check failure on line 13 in Formula/xorg-app/ico.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/ico` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/ico ==> Downloading https://xorg.freedesktop.org/releases/individual/app/ico-1.0.6.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/8e199140f212f3fcad496d50b46a1950e869b3f281ec18fd2eda523a54f988e6--ico-1.0.6.tar.xz ==> Verifying checksum for '8e199140f212f3fcad496d50b46a1950e869b3f281ec18fd2eda523a54f988e6--ico-1.0.6.tar.xz' Error: ico: SHA256 mismatch Expected: 2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05 Actual: 38f369d431e753280fde70fa489cc94ce204f9f8eabd2f49fc7d32afa69f4405 File: /Users/runner/Library/Caches/Homebrew/downloads/8e199140f212f3fcad496d50b46a1950e869b3f281ec18fd2eda523a54f988e6--ico-1.0.6.tar.xz To retry an incomplete download, remove the file above.
system "./configure", *std_configure_args
system "make", "install"
end

test do
system "echo"
end
end

0 comments on commit a0fee7c

Please sign in to comment.