mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 10:26:40 +00:00
20 lines
256 B
YAML
20 lines
256 B
YAML
builds:
|
|
- main: main.go
|
|
binary: casecmp
|
|
goos:
|
|
- darwin
|
|
- freebsd
|
|
- linux
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
- arm
|
|
git:
|
|
short_hash: true
|
|
archive:
|
|
format: tar.gz
|
|
files:
|
|
- README.md
|
|
- LICENSE
|