.fpm_systemd 1.1 KB

1234567891011121314151617181920212223242526
  1. -s dir
  2. --name sing-box
  3. --category net
  4. --license GPL-3.0-or-later
  5. --description "The universal proxy platform."
  6. --url "https://sing-box.sagernet.org/"
  7. --vendor SagerNet
  8. --maintainer "nekohasekai <[email protected]>"
  9. --deb-field "Bug: https://github.com/SagerNet/sing-box/issues"
  10. --no-deb-generate-changes
  11. --config-files /etc/sing-box/config.json
  12. --after-install release/config/sing-box.postinst
  13. release/config/config.json=/etc/sing-box/config.json
  14. release/config/sing-box.service=/usr/lib/systemd/system/sing-box.service
  15. release/config/[email protected]=/usr/lib/systemd/system/[email protected]
  16. release/config/sing-box.sysusers=/usr/lib/sysusers.d/sing-box.conf
  17. release/config/sing-box.rules=usr/share/polkit-1/rules.d/sing-box.rules
  18. release/config/sing-box-split-dns.xml=/usr/share/dbus-1/system.d/sing-box-split-dns.conf
  19. release/completions/sing-box.bash=/usr/share/bash-completion/completions/sing-box.bash
  20. release/completions/sing-box.fish=/usr/share/fish/vendor_completions.d/sing-box.fish
  21. release/completions/sing-box.zsh=/usr/share/zsh/site-functions/_sing-box
  22. LICENSE=/usr/share/licenses/sing-box/LICENSE