-
-
Notifications
You must be signed in to change notification settings - Fork 400
/
Copy pathpackage.yaml
44 lines (42 loc) · 1002 Bytes
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
name: templ
description: |
templ is the official language server for the templ HTML templating language. It provides IDE features
to any LSP-compatible editor.
homepage: https://templ.guide
licenses:
- MIT
languages:
- Go
- HTML
categories:
- LSP
source:
id: pkg:github/a-h/templ@v0.3.833
asset:
- target: linux_arm64
file: templ_Linux_arm64.tar.gz
bin: templ
- target: linux_x86
file: templ_Linux_i386.tar.gz
bin: templ
- target: linux_x64
file: templ_Linux_x86_64.tar.gz
bin: templ
- target: darwin_x64
file: templ_Darwin_x86_64.tar.gz
bin: templ
- target: darwin_arm64
file: templ_Darwin_arm64.tar.gz
bin: templ
- target: win_arm64
file: templ_Windows_arm64.tar.gz
bin: templ.exe
- target: win_x64
file: templ_Windows_x86_64.tar.gz
bin: templ.exe
- target: win_x86
file: templ_Windows_i386.tar.gz
bin: templ.exe
bin:
templ: "{{source.asset.bin}}"