termux / termux-create-package

Python script to create Termux packages easily.
https://termux.com
Apache License 2.0
417 stars 95 forks source link

[Feature Request] Support for manifest suggests and recommends fields as well as debscripts #23

Closed yuriusu22 closed 4 years ago

yuriusu22 commented 4 years ago

This is just a notice. I've already submitted a pr #22.

Summary of the request:

  1. Add an optional manifest suggests and recommends fields (see TERMUX_PKG_RECOMMENDS and TERMUX_PKG_SUGGESTS in package control fields).
  2. Add an optional package maintainer scripts, or debscripts (see maintainer scripts and termux_step_create_debscripts in build steps override)
yuriusu22 commented 4 years ago

@xeffyr What do you think?