An open source Addon for ComputerCraft to make any block a Peripheral
Official thread: http://www.computercraft.info/forums2/index.php?/topic/13063-
Offical Website: http://openperipheral.info/
(Linux and Mac)
You will need Git.
Run: git clone --recursive git://github.com/OpenMods/OpenPeripheral; && cd OpenPeripheral
It should download the repository and cd into the repository.
Next, run: ./gradlew build
It should find the Buildfile and start downloading Forge and MCP.
It will start decompiling Minecraft and then after a few minutes there should be a file called 'OpenPeripheralCore-VERSION.jar' in build/libs. That is the compiled version of OpenPeripheral.
OpenPeripheral is distributed under the terms of the MIT License, which can be found under the name LICENSE in your distribution.