You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
709 B
35 lines
709 B
project_name: chroma
|
|
release:
|
|
github:
|
|
owner: alecthomas
|
|
name: chroma
|
|
brews:
|
|
-
|
|
install: bin.install "chroma"
|
|
env:
|
|
- CGO_ENABLED=0
|
|
builds:
|
|
- goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- "386"
|
|
goarm:
|
|
- "6"
|
|
main: ./cmd/chroma/main.go
|
|
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
|
binary: chroma
|
|
archives:
|
|
-
|
|
format: tar.gz
|
|
name_template: '{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{
|
|
.Arm }}{{ end }}'
|
|
files:
|
|
- COPYING
|
|
- README*
|
|
snapshot:
|
|
name_template: SNAPSHOT-{{ .Commit }}
|
|
checksum:
|
|
name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'
|
|
|