diff --git a/pkgs/luau-lang/luau/pkg.yaml b/pkgs/luau-lang/luau/pkg.yaml new file mode 100644 index 00000000000..fb742756316 --- /dev/null +++ b/pkgs/luau-lang/luau/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: luau-lang/luau@0.671 diff --git a/pkgs/luau-lang/luau/registry.yaml b/pkgs/luau-lang/luau/registry.yaml new file mode 100644 index 00000000000..e21beba1bb9 --- /dev/null +++ b/pkgs/luau-lang/luau/registry.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: luau-lang + repo_name: luau + description: A fast, small, safe, gradually typed embeddable scripting language derived from Lua + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: luau-{{.OS}}.{{.Format}} + format: zip + replacements: + darwin: macos + linux: ubuntu + supported_envs: + - darwin + - linux + - windows/amd64 + files: + - name: luau + - name: luau-analyze + - name: luau-ast + - name: luau-compile diff --git a/registry.yaml b/registry.yaml index 7fab11fb828..007700f639f 100644 --- a/registry.yaml +++ b/registry.yaml @@ -46311,6 +46311,27 @@ packages: overrides: - goos: windows format: zip + - type: github_release + repo_owner: luau-lang + repo_name: luau + description: A fast, small, safe, gradually typed embeddable scripting language derived from Lua + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: luau-{{.OS}}.{{.Format}} + format: zip + replacements: + darwin: macos + linux: ubuntu + supported_envs: + - darwin + - linux + - windows/amd64 + files: + - name: luau + - name: luau-analyze + - name: luau-ast + - name: luau-compile - type: github_release repo_owner: lusingander repo_name: ddv