-
-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marcin Pachur <[email protected]>
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: daedalus-language-server | ||
description: A LanguageServer implementation in Go for the scripting language Daedalus used in Gothic and Gothic II games | ||
homepage: https://github.com/kirides/DaedalusLanguageServer | ||
licenses: | ||
- MIT | ||
languages: | ||
- Daedalus | ||
categories: | ||
- LSP | ||
|
||
source: | ||
id: pkg:github/kirides/[email protected] | ||
asset: | ||
- target: linux_x64_gnu | ||
file: linux_amd64.zip | ||
bin: DaedalusLanguageServer | ||
- target: linux_arm64_gnu | ||
file: linux_arm64.zip | ||
bin: DaedalusLanguageServer | ||
- target: darwin_x64 | ||
file: darwin_amd64.zip | ||
bin: DaedalusLanguageServer | ||
- target: darwin_arm64 | ||
file: darwin_arm64.zip | ||
bin: DaedalusLanguageServer | ||
- target: win_x64 | ||
file: windows_amd64.zip | ||
bin: DaedalusLanguageServer.exe | ||
- target: win_arm64 | ||
file: windows_arm64.zip | ||
bin: DaedalusLanguageServer.exe | ||
bin: | ||
daedalus: "{{source.asset.bin}}" |