termux / termux-create-package

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

How to use it? #3

Closed Auxilus closed 7 years ago

Auxilus commented 7 years ago

In source code .Py. It says "resulting.deb file" But at start it says .JSON file...? I am so confused plz help me

Wetitpig commented 7 years ago

So this is for binary packages, not source code?

Wetitpig commented 7 years ago

@Auxilus The JSON file is kind of an index telling the python script what to do. The script generates a .deb file.

fornwall commented 7 years ago

You use a json configuration file to specify how to build a .deb file.

See https://github.com/fornwall/cliclac-termux/ for an example project, and run termux-create-package --help for more information!