Updating brew
This commit is contained in:
@@ -2,15 +2,12 @@ class Clearscript < Formula
|
|||||||
desc "A script to clear multiples caches and useless macos files"
|
desc "A script to clear multiples caches and useless macos files"
|
||||||
homepage "https://gitea.skydust.fr/Skydust/MacOS-Clear-script"
|
homepage "https://gitea.skydust.fr/Skydust/MacOS-Clear-script"
|
||||||
# Specify the URL of the Git repository
|
# Specify the URL of the Git repository
|
||||||
url "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git"
|
url "https://gitea.skydust.fr/api/packages/Skydust/generic/brew-clearscript/"
|
||||||
# Specify the branch or tag to use for the installation
|
sha256 "7e8ceb5b2c627002db4d2fec764559548349f1a2f5edaf2575fa824c89a1ee1f"
|
||||||
head "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git", branch: "master"
|
|
||||||
version "2.1"
|
|
||||||
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
mv "Clear.sh", "clearscript"
|
mv "Clear.sh", "clearscript"
|
||||||
# Install the script to the appropriate location
|
# Install the script to the appropriate location
|
||||||
bin.install "clearscript"
|
bin.install "clearscript"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user