syncthing: install ufw rules
This commit is contained in:
parent
d880881e95
commit
37f8b66339
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=1.2.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/syncthing/syncthing"
|
||||
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
|
||||
|
@ -21,6 +21,7 @@ pre_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vinstall etc/firewall-ufw/syncthing 644 etc/ufw/applications.d
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue