Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liberodark/batocera_exemple_pkg

Exemple Package for Batocera
https://github.com/liberodark/batocera_exemple_pkg

Last synced: 26 days ago
JSON representation

Exemple Package for Batocera

Awesome Lists containing this project

README

        

## Example package for BATOCERA
Here you will find the sample package. This package is for the BATOCERA emulation system.

## Creation of the package
- Copy the entire EXAMPLE directory to a directory of your choice on your BATOCERA system (eg: Packaging).
- Connect in SSH, then go to the EXAMPLE folder.
- Run the command `batocera-makepkg`
- The package is generated in the upper directory (eg: Packaging).

## Installation
- Copy the archive example.pkg.tar.xz to a directory of your choice on your BATOCERA system (ex: Packaging).
- Connect in SSH, then run the command `pacman -U example.pkg.tar.xz` in this folder.

## Remove the package
- Connect in SSH to your BATOCERA system
- Run the command `pacman -R exemple`

## Links
BATOCERA -> https://batocera.org/

Wiki BATOCERA Pacman Manager -> https://wiki.batocera.org/pacman_package_manager

Exemple based on inrepublica work