mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
45 lines
729 B
YAML
45 lines
729 B
YAML
build:
|
|
binary: task
|
|
main: cmd/task/task.go
|
|
goos:
|
|
- windows
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
ignore:
|
|
- goos: darwin
|
|
goarch: 386
|
|
env:
|
|
- CGO_ENABLED=0
|
|
|
|
archive:
|
|
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
|
|
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
|
|
release:
|
|
draft: true
|
|
|
|
snapshot:
|
|
name_template: "{{.Tag}}"
|
|
|
|
checksum:
|
|
name_template: "task_checksums.txt"
|
|
|
|
nfpm:
|
|
vendor: Task
|
|
homepage: https://github.com/go-task/task
|
|
maintainer: Andrey Nering <andrey.nering@gmail.com>
|
|
description: Simple task runner written in Go
|
|
license: MIT
|
|
conflicts:
|
|
- taskwarrior
|
|
formats:
|
|
- deb
|
|
- rpm
|
|
name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
|