Skip to content

Commit

Permalink
symbolic link does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
CLEMENTINATOR committed Feb 12, 2025
1 parent ddde9fd commit 4df63c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion edgee.rb

This file was deleted.

15 changes: 15 additions & 0 deletions edgee.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class Edgee < Formula
desc "The full-stack edge platform for your edge-oriented applications."
homepage "https://github.com/edgee-cloud/edgee"
url "https://github.com/edgee-cloud/edgee/archive/refs/tags/v0.8.0.tar.gz"
sha256 "8b38aa5383a274669cda491e0bb96f052d315ef60a5cb17f0a1116438b0ec60b"
license "Apache-2.0"
head "https://github.com/edgee-cloud/edgee.git", branch: "main"

depends_on "rust" => :build

def install
system "cargo", "build", "-p", "edgee", "--bin", "edgee", "--release"
bin.install "target/release/edgee"
end
end
15 changes: 0 additions & 15 deletions edgee@0.8.0.rb

This file was deleted.

0 comments on commit 4df63c9

Please sign in to comment.