Initial commit
This commit is contained in:
commit
e75581fa78
40 changed files with 930 additions and 0 deletions
11
ipk/control/control
Normal file
11
ipk/control/control
Normal file
|
@ -0,0 +1,11 @@
|
|||
Package: jiljil-c
|
||||
Version: 0.1
|
||||
Description: Arcade highscore-based game.
|
||||
Replaces: jiljil-c
|
||||
Section: games
|
||||
Priority: optional
|
||||
Maintainer: massivebox
|
||||
Architecture: mipsel
|
||||
Homepage: https://codeberg.org/massivebox/retrofw-jiljil-c
|
||||
Depends:
|
||||
Source: https://codeberg.org/massivebox/retrofw-jiljil-c
|
9
ipk/create-ipk.sh
Normal file
9
ipk/create-ipk.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd ipk
|
||||
cd data && tar cvzf ../data.tar.gz *
|
||||
cd ../control && tar cvzf ../control.tar.gz *
|
||||
cd .. && ar rv build.ipk control.tar.gz data.tar.gz debian-binary
|
||||
rm data.tar.gz control.tar.gz
|
||||
rm -rf ./data/home/retrofw/games/jiljil-c/assets ./data/home/retrofw/games/jiljil-c/jiljil.dge
|
||||
mv build.ipk ..
|
|
@ -0,0 +1,4 @@
|
|||
title=JilJil
|
||||
description=Arcade highscore-based game.
|
||||
exec=/home/retrofw/games/jiljil-c/jiljil.dge
|
||||
clock=600
|
BIN
ipk/data/home/retrofw/games/jiljil-c/jiljil.png
Normal file
BIN
ipk/data/home/retrofw/games/jiljil-c/jiljil.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
1
ipk/debian-binary
Normal file
1
ipk/debian-binary
Normal file
|
@ -0,0 +1 @@
|
|||
2.0
|
Loading…
Add table
Add a link
Reference in a new issue