mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Automatically insert version in Cydia's package control file.
This commit is contained in:
parent
2b8b6dfad8
commit
f955838780
2 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
Package: com.virtualapplications.play
|
Package: com.virtualapplications.play
|
||||||
Name: Play!
|
Name: Play!
|
||||||
Version: 0.30-20170829
|
Version: .
|
||||||
Architecture: iphoneos-arm
|
Architecture: iphoneos-arm
|
||||||
Description: PlayStation2 Emulator
|
Description: PlayStation2 Emulator
|
||||||
Homepage: http://purei.org/
|
Homepage: http://purei.org/
|
||||||
Depiction: http://purei.org/index.php
|
Depiction: http://purei.org/index.php
|
||||||
Icon: file:///Applications/Play!.app/icon@2x.png
|
Icon: file:///Applications/Play!.app/icon@2x.png
|
||||||
Maintainer: Jean-Philip Desjardins <jpd002@gmail.com>
|
Maintainer: Jean-Philip Desjardins <jean-philip.desjardins@polymtl.ca>
|
||||||
Author: Jean-Philip Desjardins <jpd002@gmail.com>
|
Author: Jean-Philip Desjardins <jean-philip.desjardins@polymtl.ca>
|
||||||
Section: Games
|
Section: Games
|
|
@ -3,6 +3,7 @@ set -e
|
||||||
mkdir -p Play/Applications/Play.app
|
mkdir -p Play/Applications/Play.app
|
||||||
rsync -a ../build/Source/ui_ios/Release-iphoneos/Play.app/* Play/Applications/Play.app
|
rsync -a ../build/Source/ui_ios/Release-iphoneos/Play.app/* Play/Applications/Play.app
|
||||||
chmod -R 775 Play
|
chmod -R 775 Play
|
||||||
|
sed "s/Version: .*/Version: $(git describe)/" Play/DEBIAN/control_template > Play/DEBIAN/control
|
||||||
dpkg-deb -Zgzip -b Play
|
dpkg-deb -Zgzip -b Play
|
||||||
dpkg-scanpackages -m . /dev/null > Packages
|
dpkg-scanpackages -m . /dev/null > Packages
|
||||||
bzip2 Packages
|
bzip2 Packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue