Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liberodark/batocera_exemple_pkg
- Owner: liberodark
- License: gpl-3.0
- Created: 2020-11-17T14:07:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T14:21:01.000Z (about 4 years ago)
- Last Synced: 2024-10-30T00:37:02.796Z (2 months ago)
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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