mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
x11-basic - fastlane, aum, update
This commit is contained in:
parent
431f56c99a
commit
faf4128ffa
1 changed files with 10 additions and 10 deletions
|
|
@ -9,15 +9,6 @@ IssueTracker: https://codeberg.org/kollo/X11-Basic/issues
|
|||
Changelog: https://codeberg.org/kollo/X11-Basic/blob/HEAD/CHANGELOG
|
||||
|
||||
AutoName: X11-Basic
|
||||
Description: |-
|
||||
X11-Basic is a dialect of the BASIC programming language with graphics
|
||||
capability. It has a very rich command set, though it is still easy to learn.
|
||||
The syntax is most similar to GFA-Basic for ATARI-ST. It is a structured dialect
|
||||
with no line numbers. A full manual and command reference is available.
|
||||
GFA-programs should run with only a few changes. Also DOS/QBASIC programmers
|
||||
will feel comfortable. This implementation is one of the fastest basic
|
||||
interpreters for Android. Programs can be compiled into a platform independant
|
||||
bytecode.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/kollo/X11-Basic.git
|
||||
|
|
@ -41,7 +32,16 @@ Builds:
|
|||
prebuild: sed -i -e '/keystorePropertiesFile/d' build.gradle
|
||||
ndk: r10e
|
||||
|
||||
AutoUpdateMode: None
|
||||
- versionName: 1.27-62
|
||||
versionCode: 162
|
||||
commit: 1.27-62-fdroid
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystorePropertiesFile/d' build.gradle
|
||||
ndk: r10e
|
||||
|
||||
AutoUpdateMode: Version %v-fdroid
|
||||
UpdateCheckMode: Tags .*-fdroid$
|
||||
CurrentVersion: 1.27-62
|
||||
CurrentVersionCode: 162
|
||||
|
|
|
|||
Loading…
Reference in a new issue