fdroiddata/metadata/fr.strasweb.browserquest.yml
Hans-Christoph Steiner 03cd4ff719
remove all obsolete "CurrentVersionCode: 0" entries
Setting CVC to 0 was an old way to make `fdroid update` use the highest
versionCode as the CurrentVersionCode.  This has been obsolete for a while,
so its time to purge these.  Now, when CurrentVersionCode is unset, then
the highest versionCode is used.

sed -i  -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
2020-03-04 17:21:43 +01:00

35 lines
1.1 KiB
YAML

Categories:
- Games
License: MPL-2.0
SourceCode: https://svn.strasweb.fr/listing.php?repname=Pierre+Rudloff&path=%2Fbrowserquest%2F
AutoName: BrowserQuest
Description: |-
This is a PhoneGap port of [http://browserquest.mozilla.org BrowserQuest], the
HTML5 MMORPG (multiplayer online role-playing game) that Little Workshop created
for Mozilla. It is an old-school action-RPG in which you explore a medieval land
with your friends.
This is an early version and there are some problems with using the onscreen
keyboard to speak to others. Content is licensed as CC-BY-SA.
Builds:
- versionName: 1.0.1
versionCode: 3
commit: '143'
extlibs:
- Java-WebSocket.build.xml
prebuild:
- git clone https://github.com/claudemamo/Java-WebSocket
- mv libs/Java-WebSocket.build.xml Java-WebSocket/build.xml
- sed -i 's@lib\/android.jar@$$SDK$$\/platforms\/android-14\/android.jar@g'
Java-WebSocket/build.xml
- ant -f Java-WebSocket/build.xml
- mv Java-WebSocket/*.jar libs/
MaintainerNotes: Repo disappeared.
AutoUpdateMode: None
UpdateCheckMode: None
NoSourceSince: 1.0.1