From 0d3638122c650fed60f9b4fe06ef49911969494b Mon Sep 17 00:00:00 2001 From: Maksym Bilan Date: Mon, 15 Sep 2025 17:04:11 +0300 Subject: [PATCH] Clean up --- .gitignore | 3 ++- Formula/xcloud.rb | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 Formula/xcloud.rb diff --git a/.gitignore b/.gitignore index 553887a..13e1ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ target # Added by cargo /target -/xcloud \ No newline at end of file +/xcloud +/Formula \ No newline at end of file diff --git a/Formula/xcloud.rb b/Formula/xcloud.rb deleted file mode 100644 index 0a2c44d..0000000 --- a/Formula/xcloud.rb +++ /dev/null @@ -1,11 +0,0 @@ -class Xcloud < Formula - desc "A command line interface for xCloud" - homepage "https://github.com/maximbilan/xcloud" - url "https://github.com/maximbilan/xcloud/releases/download/0.1/xcloud-0.1.tar.gz" - sha256 "882cda045449873ce251514228fc7f91edb98e30ef2ba904c408e82752227c8f" - version "0.1" - - def install - bin.install "xcloud" - end -end