lyqyd / cc-packman

A package manager for ComputerCraft.
MIT License
29 stars 14 forks source link

Add your own repo #64

Closed WilcoDW closed 6 years ago

WilcoDW commented 6 years ago

Besides the official repos I think alot of people would like to use the really nice utility to manage their own scripts so they can be easily installed on other computers.

packman repo add <url> The url can point to an actual repository, a list of repos or a pastebin code with repos

packman repo remove <name / url> Does the opposite, removes a repo from the local list of repos

JakobDev commented 6 years ago

Take a look at Minepack (http://www.computercraft.info/forums2/index.php?/topic/28924-minepack-a-packman-compatible-package-manager/). It is full compatible with Packman and has this feature.

lyqyd commented 6 years ago

I've been meaning to add this feature for a while! 4d4d38d adds support for this via /etc/custom-repolist, which uses the same format as /etc/repolist, but won't be replaced each time you run packman fetch.