.fpm_openwrt 938 B

123456789101112131415161718192021222324252627282930
  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. --no-deb-generate-changes
  9. --config-files /etc/config/sing-box
  10. --config-files /etc/sing-box/config.json
  11. --depends ca-bundle
  12. --depends kmod-inet-diag
  13. --depends kmod-tun
  14. --depends firewall4
  15. --before-remove release/config/openwrt.prerm
  16. release/config/config.json=/etc/sing-box/config.json
  17. release/config/openwrt.conf=/etc/config/sing-box
  18. release/config/openwrt.init=/etc/init.d/sing-box
  19. release/config/openwrt.keep=/lib/upgrade/keep.d/sing-box
  20. release/completions/sing-box.bash=/usr/share/bash-completion/completions/sing-box.bash
  21. release/completions/sing-box.fish=/usr/share/fish/vendor_completions.d/sing-box.fish
  22. release/completions/sing-box.zsh=/usr/share/zsh/site-functions/_sing-box
  23. LICENSE=/usr/share/licenses/sing-box/LICENSE