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.3/package.tar.gz" sha256 "0aeb9a303a45bd3326a7579fda1c8a6cd164cddf39431c26d62eb7c70dff0eb0" def install mv "Clear.sh", "clearscript" # Install the script to the appropriate location bin.install "clearscript" end end