Add electric v9.07 (#92008)

This commit is contained in:
William Goeller 2020-11-04 11:52:00 -05:00 committed by GitHub
parent 6bfda3506a
commit 9a982b8a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
Casks/electricbinary.rb Normal file
View File

@ -0,0 +1,18 @@
cask "electricbinary" do
version "9.07"
sha256 "3e383f673183265700e0c13a5f7b1d3348247465c3d8817c845d62e4c92d86ce"
url "https://ftp.gnu.org/pub/gnu/electric/electricBinary-#{version}.jar"
appcast "https://ftp.gnu.org/pub/gnu/electric/"
name "Electric VLSI Design System"
desc "Electrical CAD system for the design of integrated circuits"
homepage "https://www.gnu.org/software/electric/electric.html"
container type: :naked
app "electricBinary-#{version}.jar"
caveats do
depends_on_java
end
end