diff --git a/pkgs/tuist/tuist/pkg.yaml b/pkgs/tuist/tuist/pkg.yaml new file mode 100644 index 00000000000..a8157d38a0d --- /dev/null +++ b/pkgs/tuist/tuist/pkg.yaml @@ -0,0 +1,4 @@ +packages: + - name: tuist/tuist@4.115.1 + - name: tuist/tuist + version: "4.100.0" diff --git a/pkgs/tuist/tuist/registry.yaml b/pkgs/tuist/tuist/registry.yaml new file mode 100644 index 00000000000..aa7fc407bd5 --- /dev/null +++ b/pkgs/tuist/tuist/registry.yaml @@ -0,0 +1,14 @@ +packages: + - type: github_release + repo_owner: tuist + repo_name: tuist + description: A toolchain to generate Xcode projects from Swift packages + asset: tuist.zip + format: zip + version_filter: Version matches "^[0-9]" + supported_envs: + - darwin + checksum: + type: github_release + asset: SHASUMS256.txt + algorithm: sha256 diff --git a/registry.yaml b/registry.yaml index 2df52652cfb..ff70b336af4 100644 --- a/registry.yaml +++ b/registry.yaml @@ -82421,6 +82421,19 @@ packages: files: - name: lnav src: lnav-{{trimV .Version}}/bin/lnav.exe + - type: github_release + repo_owner: tuist + repo_name: tuist + description: A toolchain to generate Xcode projects from Swift packages + asset: tuist.zip + format: zip + version_filter: Version matches "^[0-9]" + supported_envs: + - darwin + checksum: + type: github_release + asset: SHASUMS256.txt + algorithm: sha256 - type: github_release repo_owner: tummychow repo_name: git-absorb