Initial commit

This commit is contained in:
Massive Box 2021-07-01 14:49:46 +00:00 committed by GitHub
commit e75581fa78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 930 additions and 0 deletions

11
ipk/control/control Normal file
View 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
View 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 ..

View file

@ -0,0 +1,4 @@
title=JilJil
description=Arcade highscore-based game.
exec=/home/retrofw/games/jiljil-c/jiljil.dge
clock=600

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

1
ipk/debian-binary Normal file
View file

@ -0,0 +1 @@
2.0