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

@ -0,0 +1,14 @@
class FennelLs < Formula
desc "A language server for Fennel"
homepage "https://git.sr.ht/~xerool/fennel-ls"
head "https://git.sr.ht/~xerool/fennel-ls", branch: "main"
# depends_on "cmake" => :build
depends_on "fennel"
depends_on "lua"
def install
system "make"
bin.install "fennel-ls"
end
end
Loading…
Cancel
Save