-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.goreleaser.yml
89 lines (76 loc) · 1.87 KB
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
before:
hooks:
- go mod tidy
builds:
-
main: ./cmd/main.go
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
archives:
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
changelog:
sort: asc
filters:
exclude:
- '^chore:'
- '^docs?:'
- '^test:'
- '^refactor:'
snapcrafts:
-
name: gorched
publish: true
summary: Terminal based game inspired by "The Mother of all games" Scorched Earth
description: |
**Gorched** is multiplayer game rendered directly into your terminal. The goal is to find out correct angle and power to hit the enemy tank.
The inspiration for this game comes from "The Mother of all games" Scorched Earth.
**Features**
* rendered in terminal
* ASCII graphics (actually few unicode symbols were used in tank sprite)
* procedurally generated world
* turn based multiplayer
license: MIT
brews:
-
name: gorched
tap:
owner: zladovan
name: homebrew-tap
folder: Formula
homepage: https://github.com/zladovan/gorched
description: Terminal based game inspired by \"The Mother of all games\" Scorched Earth
scoop:
bucket:
owner: zladovan
name: scoop-bucket
homepage: https://github.com/zladovan/gorched
description: Terminal based game inspired by "The Mother of all games" Scorched Earth
license: MIT
nfpms:
-
replacements:
amd64: 64-bit
386: 32-bit
formats:
- deb
- rpm
epoch: 1
release: 1
vendor: zladovan
homepage: https://github.com/zladovan/gorched
maintainer: jan cabala (cabala.jan@gmail.com)
description: Terminal based game inspired by "The Mother of all games" Scorched Earth
license: MIT