2024-03-12 14:01:18 +00:00
project_name : sing-box
builds :
- id : main
main : ./cmd/sing-box
flags :
- -v
- -trimpath
ldflags :
- -X github.com/sagernet/sing-box/constant.Version={{ .Version }} -s -w -buildid=
tags :
- with_gvisor
- with_quic
- with_dhcp
- with_wireguard
- with_ech
- with_utls
- with_reality_server
- with_acme
- with_clash_api
env :
- CGO_ENABLED=0
targets :
- linux_386
- linux_amd64_v1
- linux_arm64
- linux_arm_7
- linux_s390x
- linux_riscv64
mod_timestamp : '{{ .CommitTimestamp }}'
snapshot :
name_template : "{{ .Version }}.{{ .ShortCommit }}"
nfpms :
- &template
id : package
package_name : sing-box
file_name_template : '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
builds :
- main
homepage : https://sing-box.sagernet.org/
maintainer : nekohasekai <contact-git@sekai.icu>
description : The universal proxy platform.
license : GPLv3 or later
formats :
- deb
- rpm
priority : extra
contents :
- src : release/config/config.json
dst : /etc/sing-box/config.json
type : config
- src : release/config/sing-box.service
2024-03-19 04:01:28 +00:00
dst : /usr/lib/systemd/system/sing-box.service
2024-03-12 14:01:18 +00:00
- src : release/config/sing-box@.service
2024-03-19 04:01:28 +00:00
dst : /usr/lib/systemd/system/sing-box@.service
2024-03-12 14:01:18 +00:00
- src : LICENSE
dst : /usr/share/licenses/sing-box/LICENSE
2024-04-10 11:43:29 +00:00
deb :
signature :
key_file : "{{ .Env.NFPM_KEY_PATH }}"
fields :
Bugs : https://github.com/SagerNet/sing-box/issues
rpm :
signature :
key_file : "{{ .Env.NFPM_KEY_PATH }}"
2024-03-12 14:01:18 +00:00
conflicts :
- sing-box-beta
- id : package_beta
<< : *template
package_name : sing-box-beta
2024-03-25 02:44:17 +00:00
file_name_template : '{{ .ProjectName }}-beta_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
2024-03-12 14:01:18 +00:00
formats :
- deb
- rpm
conflicts :
- sing-box
release :
disable : true
furies :
- account : sagernet
ids :
- package
2024-04-10 11:43:29 +00:00
disable : "{{ not (not .Prerelease) }}"
2024-03-12 14:01:18 +00:00
- account : sagernet
ids :
- package_beta
2024-04-10 11:43:29 +00:00
disable : "{{ not .Prerelease }}"