Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- --default installation path
- path="/usr",
- --Additional repositories and packages go here, for correct package syntax, check https://github.com/OpenPrograms/Vexatos-Programs/blob/master/op-manager/etc/example-config.cfg
- repos={
- ["littledan45/OpenPrograms"] = {
- ["OcAgriSeedEnhancer"] = {
- ["files"] = {
- ["master/OcAgriSeedEnhancer/OcAgriController.lua"] = "/usr"
- },
- ["name"] = "OcAgriController",--This is for "oppm info"
- ["description"] = "Agricraft Seed enhancment program",--This is for "oppm info"
- ["authors"] = "LittleDan45",--This is for "oppm info"
- ["note"] = "Will add instructions",
- ["repo"] = "tree/master/OcAgriSeedEnhancer" --Used by the website. This is where the package will link to on the website
- },
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement