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