.fpm_systemd 1.1 KB

12345678910111213141516171819202122232425
  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. --maintainer "nekohasekai <[email protected]>"
  8. --deb-field "Bug: https://github.com/SagerNet/sing-box/issues"
  9. --no-deb-generate-changes
  10. --config-files /etc/sing-box/config.json
  11. --after-install release/config/sing-box.postinst
  12. release/config/config.json=/etc/sing-box/config.json
  13. release/config/sing-box.service=/usr/lib/systemd/system/sing-box.service
  14. release/config/[email protected]=/usr/lib/systemd/system/[email protected]
  15. release/config/sing-box.sysusers=/usr/lib/sysusers.d/sing-box.conf
  16. release/config/sing-box.rules=usr/share/polkit-1/rules.d/sing-box.rules
  17. release/config/sing-box-split-dns.xml=/usr/share/dbus-1/system.d/sing-box-split-dns.conf
  18. release/completions/sing-box.bash=/usr/share/bash-completion/completions/sing-box.bash
  19. release/completions/sing-box.fish=/usr/share/fish/vendor_completions.d/sing-box.fish
  20. release/completions/sing-box.zsh=/usr/share/zsh/site-functions/_sing-box
  21. LICENSE=/usr/share/licenses/sing-box/LICENSE