Files
homebrew-clearscript/Formula/clearscript.rb
2025-01-12 15:47:11 +00:00

13 lines
519 B
Ruby

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 "91dec5d7b452b8b393aa30be14af9a5758b24fc7d734b444f97880aa6db92362"
def install
mv "Clear.sh", "clearscript"
# Install the script to the appropriate location
bin.install "clearscript"
end
end