@ -0,0 +1,10 @@
class Bqn < Formula
desc "An APL for your flying saucer"
homepage "https://mlochbaum.github.io/BQN/"
head "https://github.com/dzaima/CBQN.git"
def install
system "make"
bin.install "bqn"
end