Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
.theros

TherOS Community Repository (TOCR)

Recommended Posts

Hello! I have spent some time creating a package manager and repository.

Github: https://github.com/Tavyza/TherOS_community_repo

# Installation:

wget -f -q https://raw.githubusercontent.com/Tavyza/TherOS_community_repo/main/pkg-man/source/tocr.lua /tmp/tocr.lua
/tmp/tocr -i pkg-man
rm /tmp/tocr.lua

 

To add a package to the repository:

  1. Fork it
  2. create a folder (this will be the package name)
  3. make a package.tc file (should contain the full raw github link to your program)
  4. dependencies.tc (same as package.tc but for libraries your package would need)
  5. add your package to the end of repo_list.tc in the root of the repository
  6. make a pull request.

 

Questions? Issues? Suggestions? Comment them or open an issue in the repo.

Edited by .theros
make formatting nicer
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.