diff options
Diffstat (limited to 'vendor/github.com/alecthomas/chroma/v2/.goreleaser.yml')
| -rw-r--r-- | vendor/github.com/alecthomas/chroma/v2/.goreleaser.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/vendor/github.com/alecthomas/chroma/v2/.goreleaser.yml b/vendor/github.com/alecthomas/chroma/v2/.goreleaser.yml new file mode 100644 index 0000000..8cd7592 --- /dev/null +++ b/vendor/github.com/alecthomas/chroma/v2/.goreleaser.yml | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | project_name: chroma | ||
| 2 | release: | ||
| 3 | github: | ||
| 4 | owner: alecthomas | ||
| 5 | name: chroma | ||
| 6 | brews: | ||
| 7 | - | ||
| 8 | install: bin.install "chroma" | ||
| 9 | env: | ||
| 10 | - CGO_ENABLED=0 | ||
| 11 | builds: | ||
| 12 | - goos: | ||
| 13 | - linux | ||
| 14 | - darwin | ||
| 15 | - windows | ||
| 16 | goarch: | ||
| 17 | - arm64 | ||
| 18 | - amd64 | ||
| 19 | - "386" | ||
| 20 | goarm: | ||
| 21 | - "6" | ||
| 22 | dir: ./cmd/chroma | ||
| 23 | main: . | ||
| 24 | ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} | ||
| 25 | binary: chroma | ||
| 26 | archives: | ||
| 27 | - | ||
| 28 | format: tar.gz | ||
| 29 | name_template: '{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ | ||
| 30 | .Arm }}{{ end }}' | ||
| 31 | files: | ||
| 32 | - COPYING | ||
| 33 | - README* | ||
| 34 | snapshot: | ||
| 35 | name_template: SNAPSHOT-{{ .Commit }} | ||
| 36 | checksum: | ||
| 37 | name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt' | ||
