Alpha Chen 2 years ago
parent 4e33effff5
commit e8c45992d5
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -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
end
Loading…
Cancel
Save