Add archi-modelrepository-plugin (coArchi) (#112318)

* Add archi-modelrepository-plugin (coArchi)

Model Collaboration plugin for Archi.app

* Update and rename archi-modelrepository-plugin.rb to coArchi.rb

* Rename coArchi.rb to coarchi.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
arnetkachev 2021-10-11 04:44:22 +03:00 committed by GitHub
parent be04a38dfe
commit 3335937e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
Casks/coarchi.rb Normal file
View File

@ -0,0 +1,23 @@
cask "coarchi" do
version "0.7.1.202102021056"
sha256 "ee15eea65d1f12441a6760237e5f72a328889226fc75cde6911d6aeaee57a924"
url "https://www.archimatetool.com/downloads/coarchi/coArchi_#{version}.archiplugin"
name "coArchi plugin for Archi"
desc "Model Collaboration plugin for Archi"
homepage "https://www.archimatetool.com/plugins/#coArchi"
livecheck do
url "https://www.archimatetool.com/plugins/"
regex(/\s+data-file="coArchi_(\d+(?:\.\d+)+).archiplugin"/i)
end
container type: :zip
artifact "org.archicontribs.modelrepository_#{version}.jar",
target: "#{ENV["HOME"]}/Library/Application Support/Archi4/dropins/org.archicontribs.modelrepository_#{version}.jar"
artifact "org.archicontribs.modelrepository.commandline_#{version}.jar",
target: "#{ENV["HOME"]}/Library/Application Support/Archi4/dropins/org.archicontribs.modelrepository.commandline_#{version}.jar"
caveats "Restart Archi for the changes to take effect after installing/uninstalling the plugin."
end