Files
opus-apps/mbs/.package
kepler155c@gmail.com c873a2e588 tweaks
2019-11-09 23:43:36 -07:00

19 lines
488 B
Plaintext

{
title = 'A Mildly Better Shell',
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/mbs',
description = [[
A shell alternative and more by SquidDev-CC. See:
https://github.com/SquidDev-CC/mbs
MBS is a series of utilities for improving the default CraftOS experience.
]],
license = 'MIT',
install = [[
require('opus.alternate').set('shell', '.mbs/bin/shell.lua')
]],
uninstall = [[
require('opus.alternate').remove('shell', '.mbs/bin/shell.lua')
fs.delete('.mbs')
]],
}