diff --git a/pkgs/facebook/ktfmt/pkg.yaml b/pkgs/facebook/ktfmt/pkg.yaml new file mode 100644 index 00000000000..59cf0f54a37 --- /dev/null +++ b/pkgs/facebook/ktfmt/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: facebook/ktfmt@v0.61 diff --git a/pkgs/facebook/ktfmt/registry.yaml b/pkgs/facebook/ktfmt/registry.yaml new file mode 100644 index 00000000000..aa2c89c0c35 --- /dev/null +++ b/pkgs/facebook/ktfmt/registry.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: facebook + repo_name: ktfmt + description: A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions + asset: ktfmt-{{trimV .Version}}-with-dependencies.jar + format: raw + complete_windows_ext: false diff --git a/registry.yaml b/registry.yaml index 5e517475eb5..9459f7862eb 100644 --- a/registry.yaml +++ b/registry.yaml @@ -35143,6 +35143,13 @@ packages: overrides: - goos: windows asset: buck2-{{.Arch}}-{{.OS}}.exe.{{.Format}} + - type: github_release + repo_owner: facebook + repo_name: ktfmt + description: A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions + asset: ktfmt-{{trimV .Version}}-with-dependencies.jar + format: raw + complete_windows_ext: false - type: github_release repo_owner: fastfetch-cli repo_name: fastfetch