-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
945b41a
commit e581e1a
Showing
299 changed files
with
3,738 additions
and
743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
cask "arx" do | ||
version "3.9.1" | ||
sha256 "d410f22b9146335f510ec3e084c4cc70a695c78e0571cbb41b27896e88c0ed55" | ||
|
||
url "https://ghproxy.com/https://github.com/arx-deidentifier/arx/releases/download/v#{version}/arx-#{version}-osx-64.jar", | ||
verified: "github.com/arx-deidentifier/arx/" | ||
name "arx" | ||
desc "Data Anonymization Tool" | ||
homepage "https://arx.deidentifier.org/" | ||
|
||
depends_on formula: "openjdk" | ||
container type: :naked | ||
|
||
# shim script (https://github.com/Homebrew/homebrew-cask/issues/18809) | ||
shimscript = "#{staged_path}/arx.sh" | ||
binary shimscript, target: "arx" | ||
|
||
preflight do | ||
# Pathname.glob("#{staged_path}/*.jar") do |file| | ||
# bin.write_jar_script file, "arx.sh", "-XstartOnFirstThread" | ||
# end | ||
File.write shimscript, <<~EOS | ||
#!/bin/sh | ||
export JAVA_HOME="${JAVA_HOME:-/usr/local/opt/openjdk/libexec/openjdk.jdk/Contents/Home}" | ||
exec "${JAVA_HOME}/bin/java" -XstartOnFirstThread -jar "#{staged_path}/arx-#{version}-osx-64.jar" "$@" | ||
EOS | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
cask "cmis-workbench" do | ||
version "1.1.0" | ||
sha256 "c513d4568d6fc5631c82208c734f718e600ca694cf7b22af1c164bee07e70dc4" | ||
|
||
url "https://archive.apache.org/dist/chemistry/opencmis/#{version}/chemistry-opencmis-workbench-#{version}-full.zip" | ||
name "cmis-workbench" | ||
desc "CMIS desktop client for developers" | ||
homepage "https://chemistry.apache.org/java/developing/tools/dev-tools-workbench.html" | ||
|
||
depends_on formula: "openjdk" | ||
|
||
# shim script (https://github.com/Homebrew/homebrew-cask/issues/18809) | ||
workbench = "#{staged_path}/cmis-workbench.sh" | ||
runscript = "#{staged_path}/cmis-runscript.sh" | ||
binary workbench, target: "cmis-workbench" | ||
binary runscript, target: "cmis-runscript" | ||
|
||
preflight do | ||
File.write workbench, <<~EOS | ||
#!/bin/sh | ||
JAVA_HOME="${JAVA_HOME:-/usr/local/opt/openjdk/libexec/openjdk.jdk/Contents/Home}" exec "#{staged_path}/workbench.sh" "$@" | ||
EOS | ||
File.write runscript, <<~EOS | ||
#!/bin/sh | ||
JAVA_HOME="${JAVA_HOME:-/usr/local/opt/openjdk/libexec/openjdk.jdk/Contents/Home}" exec "#{staged_path}/runscript.sh" "$@" | ||
EOS | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cask "double-trouble" do | ||
version "0.90" | ||
sha256 "c38766806c717093610bb73f9c23218bc430c4b6bdb20b3e99910c5c9d1a454c" | ||
|
||
url "https://ghproxy.com/https://github.com/nicerloop/doubletrouble/releases/download/v#{version}/DoubleTrouble_#{version}.jar", | ||
verified: "github.com/nicerloop/doubletrouble/" | ||
name "double-trouble" | ||
desc "Scans directories for duplicate files" | ||
homepage "https://web.archive.org/web/20040624080055/http://folk.uio.no/vidarsk/" | ||
|
||
depends_on formula: "openjdk" | ||
container type: :naked | ||
|
||
# shim script (https://github.com/Homebrew/homebrew-cask/issues/18809) | ||
shimscript = "#{staged_path}/double-trouble.sh" | ||
binary shimscript, target: "double-trouble" | ||
|
||
preflight do | ||
File.write shimscript, <<~EOS | ||
#!/bin/sh | ||
export JAVA_HOME="${JAVA_HOME:-/usr/local/opt/openjdk/libexec/openjdk.jdk/Contents/Home}" | ||
exec "${JAVA_HOME}/bin/java" -jar "#{staged_path}/DoubleTrouble_#{version}.jar" "$@" | ||
EOS | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
cask "energiza" do | ||
version "1.3.0" | ||
sha256 :no_check | ||
|
||
url "https://appgineers.de/energiza/files/Energiza.zip" | ||
name "Energiza Pro" | ||
desc "Charging manager for your MacBooks" | ||
homepage "https://appgineers.de/energiza/" | ||
|
||
livecheck do | ||
url "https://appgineers.de/energiza/files/appcast.xml" | ||
strategy :sparkle, &:short_version | ||
end | ||
|
||
depends_on macos: ">= :high_sierra" | ||
|
||
app "Energiza.app" | ||
|
||
zap trash: [ | ||
"~/Library/Application Support/Energiza", | ||
"~/Library/Caches/de.appgineers.energiza", | ||
"~/Library/HTTPStorages/de.appgineers.energiza", | ||
"~/Library/HTTPStorages/de.appgineers.energiza.binarycookies", | ||
"~/Library/Preferences/de.appgineers.energiza.plist", | ||
] | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-abril-fatface" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/abrilfatface/AbrilFatface-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Abril Fatface" | ||
homepage "https://fonts.google.com/specimen/Abril+Fatface" | ||
|
||
font "AbrilFatface-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-aclonica" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/apache/aclonica/Aclonica-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Aclonica" | ||
homepage "https://fonts.google.com/specimen/Aclonica" | ||
|
||
font "Aclonica-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-acme" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/acme/Acme-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Acme" | ||
homepage "https://fonts.google.com/specimen/Acme" | ||
|
||
font "Acme-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-aguafina-script" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/aguafinascript/AguafinaScript-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Aguafina Script" | ||
homepage "https://fonts.google.com/specimen/Aguafina+Script" | ||
|
||
font "AguafinaScript-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-aldrich" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/aldrich/Aldrich-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Aldrich" | ||
homepage "https://fonts.google.com/specimen/Aldrich" | ||
|
||
font "Aldrich-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-alike-angular" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/alikeangular/AlikeAngular-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Alike Angular" | ||
homepage "https://fonts.google.com/specimen/Alike+Angular" | ||
|
||
font "AlikeAngular-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-allerta-stencil" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/allertastencil/AllertaStencil-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Allerta Stencil" | ||
homepage "https://fonts.google.com/specimen/Allerta+Stencil" | ||
|
||
font "AllertaStencil-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-almendra-display" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/almendradisplay/AlmendraDisplay-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Almendra Display" | ||
homepage "https://fonts.google.com/specimen/Almendra+Display" | ||
|
||
font "AlmendraDisplay-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-almendra-sc" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/almendrasc/AlmendraSC-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Almendra SC" | ||
homepage "https://fonts.google.com/specimen/Almendra+SC" | ||
|
||
font "AlmendraSC-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-amarante" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/amarante/Amarante-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Amarante" | ||
homepage "https://fonts.google.com/specimen/Amarante" | ||
|
||
font "Amarante-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-angkor" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/angkor/Angkor-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Angkor" | ||
homepage "https://fonts.google.com/specimen/Angkor" | ||
|
||
font "Angkor-Regular.ttf" | ||
|
||
# No zap stanza required | ||
end |
Oops, something went wrong.