Commit dd13513 1 parent 5b29f83 commit dd13513 Copy full SHA for dd13513
File tree 3 files changed +31
-1
lines changed
3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 2
2
/sample
3
3
/build
4
4
/test
5
- /dist
5
+ /dist
6
+ /tinc-boot.1.gz
Original file line number Diff line number Diff line change 1
1
project_name : tinc-boot
2
+ before :
3
+ hooks :
4
+ - rm -rf tinc-boot.1.gz
5
+ - pandoc MANUAL.md -s -t man -o tinc-boot.1
6
+ - gzip tinc-boot.1
2
7
builds :
3
8
- main : ./cmd/tinc-boot/main.go
4
9
binary : tinc-boot
@@ -19,11 +24,31 @@ builds:
19
24
- all=-trimpath={{.Env.GOPATH}}
20
25
flags :
21
26
- -trimpath
27
+ nfpms :
28
+ - name_template : " {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
29
+ replacements :
30
+ Linux : linux
31
+ 386 : i386
32
+ homepage : https://github.com/reddec/tinc-boot
33
+ maintainer : Baryshnikov Aleksandr <owner@reddec.net>
34
+ description : All-in-one tool with zero dependency to make a process to create a full-mesh Tinc network quick and easy
35
+ license : Mozilla Public License Version 2.0
36
+ files :
37
+ " tinc-boot.1.gz" : "/usr/local/share/man/man1/tinc-boot.1.gz"
38
+ formats :
39
+ - deb
40
+ dependencies :
41
+ - tinc
22
42
archives :
23
43
- replacements :
24
44
Linux : linux
25
45
386 : i386
26
46
name_template : " {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
47
+ files :
48
+ - MANUAL.md
49
+ - LICENSE
50
+ - README.md
51
+ - tinc-boot.1.gz
27
52
format : tar.gz
28
53
checksum :
29
54
name_template : ' checksums.txt'
Original file line number Diff line number Diff line change
1
+ % TINC-BOOT(1)
2
+ % Baryshnikov Aleksandr < owner@reddec.net >
3
+ % September 2019
4
+
1
5
# Overview
2
6
3
7
** Tinc-boot** - is a all-in-one tool with zero dependency (except ` tinc ` of course), that aims to achieve:
You can’t perform that action at this time.
0 commit comments