Menu

arpm / News: Recent posts

Plugin Support

ARPM now supports plugins as well. The syntax is simple:

plugin_name="Sample plugin"
plugin_desc="Sample plugin description..."
plugin_com="command"
plugin_exec()
{
echo "This is a sample plugin...";
}
Feel free to make new plugins for ARPM.

Posted by Frantique 2005-08-03