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.
42 lines
778 B
42 lines
778 B
project_name: gmenu |
|
|
|
builds: |
|
- id: gmenu |
|
binary: gmenu |
|
main: ./cmd/gmenu |
|
env: |
|
- CGO_ENABLED=0 |
|
ldflags: |
|
- -s -w -X code.rocketnine.space/tslocum/gmenu/pkg/gmenu.Version={{.Version}} |
|
goos: |
|
- darwin |
|
- freebsd |
|
- linux |
|
goarch: |
|
- 386 |
|
- amd64 |
|
- id: gtkmenu |
|
binary: gtkmenu |
|
main: ./cmd/gtkmenu |
|
ldflags: |
|
- -s -w -X code.rocketnine.space/tslocum/gmenu/pkg/gmenu.Version={{.Version}} |
|
goos: |
|
- linux |
|
goarch: |
|
- amd64 |
|
archives: |
|
- id: gmenu |
|
builds: |
|
- gmenu |
|
- gtkmenu |
|
replacements: |
|
386: i386 |
|
format_overrides: |
|
- goos: windows |
|
format: zip |
|
files: |
|
- ./*.md |
|
- CHANGELOG |
|
- LICENSE |
|
checksum: |
|
name_template: 'checksums.txt'
|
|
|