mirror of
				https://github.com/alecthomas/chroma.git
				synced 2025-10-30 23:57:49 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			648 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			648 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| project_name: chroma
 | |
| release:
 | |
|   github:
 | |
|     owner: alecthomas
 | |
|     name: chroma
 | |
| brew:
 | |
|   install: bin.install "chroma"
 | |
| 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
 | |
| archive:
 | |
|   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'
 |