From 8378178012b7e70edfd5c0a6f3d52f3669e248e2 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Tue, 15 Oct 2024 00:16:19 +0800 Subject: [PATCH] termscp: migrate to homebrew-core --- Formula/termscp.rb | 28 ---------------------------- list.md | 1 - 2 files changed, 29 deletions(-) delete mode 100644 Formula/termscp.rb diff --git a/Formula/termscp.rb b/Formula/termscp.rb deleted file mode 100644 index 9738487..0000000 --- a/Formula/termscp.rb +++ /dev/null @@ -1,28 +0,0 @@ -class Termscp < Formula - desc "Feature rich terminal file transfer and explorer" - homepage "https://termscp.veeso.dev/" - url "https://github.com/veeso/termscp/archive/refs/tags/v0.16.0.tar.gz" - sha256 "58f3b4770c5d1c5d7998af88b6df8c6a53dee4409f2cf6ea676caccec79cdb7f" - license "MIT" - head "https://github.com/veeso/termscp.git", branch: "main" - - depends_on "pkg-config" => :build - depends_on "rust" => :build - - on_linux do - depends_on "dbus" - depends_on "samba" - end - - def install - system "cargo", "install", *std_cargo_args - end - - test do - require "pty" - PTY.spawn(bin/"termscp", "config") do |_r, _w, pid| - sleep 10 - Process.kill 9, pid - end - end -end diff --git a/list.md b/list.md index de08f5c..f476b45 100644 --- a/list.md +++ b/list.md @@ -77,7 +77,6 @@ | `alist` | [AList](https://alist.nn.ci/zh) | ![a](assets/a.svg)![1](assets/1.svg) | | `carapace` | [Carapace](https://github.com/carapace-sh/carapace-bin) | ![a](assets/a.svg)![1](assets/1.svg) | | `chatgpt-cli` | [ChatGPT](https://github.com/j178/chatgpt) | ![a](assets/a.svg)![1](assets/1.svg) | -| `termscp` | [termscp](https://github.com/veeso/termscp) | ![a](assets/a.svg)![1](assets/1.svg) | ## ⚔️ Challenge