Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove curl-ws #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
echo "sha256 = $sha"
echo -e "$(head -3 "$file")\n url \"$url\"\n sha256 \"$sha\"\n$(tail +6 "$file")" > "$file"
shell: bash
- name: Update curl
run: |
curl -fL -o Formula/curl-ws.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/refs/heads/master/Formula/c/curl.rb
patch Formula/curl-ws.rb ./curl-ws.patch
- name: Update imagemagick
run: |
curl -fL -o Formula/imagemagick-no-openmp.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/refs/heads/master/Formula/i/imagemagick.rb
Expand Down
126 changes: 0 additions & 126 deletions Formula/curl-ws.rb

This file was deleted.

4 changes: 2 additions & 2 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class WebcfaceAT2 < Formula

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on Linux!

fmt

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on macOS Ventura (13)!

fmt

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on macOS Sonoma (14) on Apple Silicon!

fmt

Check warning on line 1 in Formula/[email protected]

View workflow job for this annotation

GitHub Actions / test-bot (macos-15)

`brew linkage --cached --test --strict na-trium-144/webcface/webcface@2` failed on macOS Sequoia (15) on Apple Silicon!

fmt
desc "Web-based Communication Framework & Dashboard-like UI"
homepage "https://na-trium-144.github.io/webcface/"
url "https://github.com/na-trium-144/webcface/archive/refs/tags/v2.5.2.tar.gz"
sha256 "4d757f2fc9e3a5407a3f3e4d01e731115715304a9674283a9d8f10930312c5c3"
license "MIT"
revision 1
revision 2

bottle do
root_url "https://github.com/na-trium-144/homebrew-webcface/releases/download/[email protected]_1"
Expand All @@ -23,7 +23,7 @@
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "utf8cpp" => :build
depends_on "curl-ws"
depends_on "curl"
depends_on "imagemagick-no-openmp"
depends_on "spdlog"

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Na-trium-144 Webcface

* WebCFaceをhomebrewでインストールするformula <del>とcask</del> を管理するリポジトリです。
Homebrew tap for [WebCFace](https://github.com/na-trium-144/webcface) version 1 and 2.

## How do I install these formulae?
```sh
Expand All @@ -19,8 +19,9 @@ brew install webcface@1

### Other formulae

No guarantee of stability and compatibility. These can be removed or renamed in future updates without notice.

* `crow-unix-socket`: `crow` with unix domain socket support (Older revision of [CrowCpp/Crow#803](https://github.com/CrowCpp/Crow/pull/803))
* `curl-ws`: `curl` with websocket support
* `ftxui`: [ArthurSonzogni/FTXUI](https://github.com/ArthurSonzogni/FTXUI) built as shared library
* Note that library's ABI version is `5.0.0-(commit number)` so it breaks dependents every time this is updated.
* `imagemagick-no-openmp`: `imagemagick` without openmp support
Expand Down
25 changes: 0 additions & 25 deletions curl-ws.patch

This file was deleted.

Loading