Files
homebrew-clearscript/Formula/clearscript.rb
2025-01-12 11:55:08 +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.1/package.tar.gz"
sha256 "bbb5a6ac2fa00752ffdec2e19bb1747e2583a193dc84fe0739ae31de80fc7da5"
def install
mv "Clear.sh", "clearscript"
# Install the script to the appropriate location
bin.install "clearscript"
end
end