Advertisement
Guest User

oppm.cfg

a guest
Apr 13th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.80 KB | None | 0 0
  1. {
  2.   --default installation path
  3.   path="/usr",
  4.   --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
  5.   repos={
  6.     ["littledan45/OpenPrograms"] = {
  7.       ["OcAgriSeedEnhancer"] = {
  8.         ["files"] = {
  9.           ["master/OcAgriSeedEnhancer/OcAgriController.lua"] = "/usr"
  10.         },
  11.         ["name"] = "OcAgriController",--This is for "oppm info"
  12.         ["description"] = "Agricraft Seed enhancment program",--This is for "oppm info"
  13.         ["authors"] = "LittleDan45",--This is for "oppm info"
  14.         ["note"] = "Will add instructions",
  15.         ["repo"] = "tree/master/OcAgriSeedEnhancer" --Used by the website. This is where the package will link to on the website
  16.       },
  17.     }
  18.   }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement