termux / termux-create-package

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

Accessing custom package. #5

Closed Auxilus closed 7 years ago

Auxilus commented 7 years ago

I've created my own package by putting up JSON file and using apt install ./ But if I try to execute it using my package name then it shows no command found ( package is successfully installed) Please help me with the issue..

ghost commented 7 years ago

Check out my package here: http://github.com/cocodevienne/cliclac @fornwall had to help me a little but it works!:) Just clone the repo and execute the build.sh bash script and you will have built the cliclac package. Try to follow the same directory structure for your script or program! :D @auxilus

Auxilus commented 7 years ago

I'll give it a try.. Thanks

ghost commented 7 years ago

P.S.: Make the main program executable by running: chmod +x Githubissues.

  • Githubissues is a development platform for aggregating issues.