Fixed the tap
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
class Clearscript < Formula
|
||||
desc "A script to clear multiples caches and useless macos files"
|
||||
homepage "https://gitea.skydust.fr/Skydust/MacOS-Clear-script"
|
||||
version `git --git-dir=#{Formula["clearscript"].prefix}/.git rev-parse --short HEAD`.chomp
|
||||
|
||||
# Specify the URL of the Git repository
|
||||
url "https://gitea.skydust.fr/Skydust/MacOS-Clear-script.git"
|
||||
# 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"
|
||||
|
||||
|
||||
def install
|
||||
Reference in New Issue
Block a user