class Clearscript < Formula desc "A script to clear multiples caches and useless macos files" homepage "https://gitea.skydust.fr/Skydust/MacOS-Clear-script" # Specify the URL of the Git repository url "https://gitea.skydust.fr/api/packages/Skydust/generic/brew-clearscript/2.0.2/package.tar.gz" sha256 "bac874bdbbe06fd13d0fc4d6d2951967b9c8f94ec2719766ac55c5104ced1822" def install mv "Clear.sh", "clearscript" # Install the script to the appropriate location bin.install "clearscript" end end