mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
Updated to now just prebuilt binary
This commit is contained in:
parent
790b18a1ad
commit
c441422cde
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
class Lune < Formula
|
class Lune < Formula
|
||||||
|
LUNE_VERSION = "0.7.5"
|
||||||
|
|
||||||
desc "Standalone Luau script runtime 🌙"
|
desc "Standalone Luau script runtime 🌙"
|
||||||
homepage "https://lune-org.github.io/docs"
|
homepage "https://lune-org.github.io/docs"
|
||||||
url "https://github.com/filiptibell/lune/archive/refs/tags/v0.7.5.tar.gz"
|
url "https://github.com/filiptibell/lune/releases/download/v#{LUNE_VERSION}/lune-#{LUNE_VERSION}-macos-x86_64.zip"
|
||||||
sha256 "e8191df5d6844026772cc7afab1083235a265c506474c4c4dee0a7724b04f775"
|
sha256 "3c9cb328d7c3049354c714021ba857ce83ded3da4ac4b4a2a046fb2116e0bd2e"
|
||||||
license "MPL-2.0"
|
license "MPL-2.0"
|
||||||
|
|
||||||
depends_on "rust" => :build
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "cargo", "install", *std_cargo_args
|
bin.install "lune"
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in a new issue