Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| create_pacman_package [2021/12/30 06:27] – investigated updating packages, minor cleanup atari | create_pacman_package [2023/02/24 16:34] (current) – [What is pacman?] nit: Spelling maximumentropy | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| In Batocera **v27** and higher, you can utilize [[https:// | In Batocera **v27** and higher, you can utilize [[https:// | ||
| - | You don't need development skills to create a package, just a bit of patience. If you've copied files too and from directories before, you already have the skill-set required for this. | + | You don't need development skills to create a package, just a bit of patience. If you've copied files to and from directories before, you already have the skill-set required for this. |
| ===== Create your own package ===== | ===== Create your own package ===== | ||
| Line 87: | Line 87: | ||
| * **pkgver:** The version of the package. If this number is higher than the one currently installed, Batocera will offer the user to update the package in the store. The only acceptable format for this is '' | * **pkgver:** The version of the package. If this number is higher than the one currently installed, Batocera will offer the user to update the package in the store. The only acceptable format for this is '' | ||
| * **pkgdesc: | * **pkgdesc: | ||
| - | * **arch:** What platforms should this package be available to? Most packages are fine to leave this as " | + | * **arch:** What platforms should this package be available to? Most packages are fine to leave this as " |
| * **group:** What category should the store show this under? If you are creating a package for a specific [[: | * **group:** What category should the store show this under? If you are creating a package for a specific [[: | ||
| Line 126: | Line 126: | ||
| gamelist = nes | gamelist = nes | ||
| < | < | ||
| - | | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| - | < | + | < |
| </ | </ | ||
| </ | </ | ||
| Line 150: | Line 150: | ||
| <WRAP center round info> | <WRAP center round info> | ||
| Only interpreters that takes a '' | Only interpreters that takes a '' | ||
| + | </ | ||
| + | |||
| + | <WRAP center round important> | ||
| + | This is called via the Python '' | ||
| + | * Pipes ('' | ||
| + | * Anything that could result in '' | ||
| + | * Any interactivity that reads from '' | ||
| + | * If a command continually runs in the background then the installation will never complete. | ||
| </ | </ | ||
| Line 195: | Line 203: | ||
| ==== Create the package ==== | ==== Create the package ==== | ||
| - | Batocera uses a custom tool to create its packages: | + | Batocera uses a custom tool to create its packages: |
| To use it: | To use it: | ||
| Line 217: | Line 225: | ||
| ==== Installing your package ==== | ==== Installing your package ==== | ||
| - | If you'd like to test installing your package, you can do so with the following command: | + | If you'd like to test [[: |
| < | < | ||
| Line 289: | Line 297: | ||
| To see a list of installed packages and their version numbers, run '' | To see a list of installed packages and their version numbers, run '' | ||
| </ | </ | ||
| + | |||
| + | ===== Hosting your own repository ===== | ||
| + | |||
| + | It is possible to [[: | ||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
- create_pacman_package.1640845650.txt.gz
- Last modified: 4 years ago
- by atari