Actualiser Formula/clearscript.rb

This commit is contained in:
2023-10-14 18:53:26 +02:00
parent 2041a5592d
commit fb624b5613

View File

@@ -1,16 +1,16 @@
class Clearscript < Formula 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/Skydust/MacOS-Clear-script.git"
# Specify the branch or tag to use for the installation # Specify the branch or tag to use for the installation
head "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git", branch: "master" head "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git", branch: "master"
version "1.1.1" version "2.0"
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