Skip to content

Instantly share code, notes, and snippets.

@aahmed-se
Created May 26, 2020 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aahmed-se/61facb873354cdb81fb84000c6b170c8 to your computer and use it in GitHub Desktop.
Save aahmed-se/61facb873354cdb81fb84000c6b170c8 to your computer and use it in GitHub Desktop.
class Concurnas < Formula
desc "Concurnas is an open source JVM programming language designed for building reliable, scalable, high performance concurrent, distributed and parallel systems"
homepage "https://concurnas.com"
url "https://github.com/Concurnas/Concurnas/releases/download/1.14.020/Concurnas-1.14.020.zip"
sha256 "721b12c6fa7d87cbf2763d2b7c3ffc0c5395d2cb1f3760e9ae33d6f8c650a064"
version "1.14.020"
bottle :unneeded
depends_on :java => "1.8+"
def install
libexec.install Dir["*"]
bin.write_exec_script Dir["#{libexec}/bin/conc"]
bin.write_exec_script Dir["#{libexec}/bin/concc"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment