mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Add package Unalix
This commit is contained in:
parent
6f2f1db761
commit
b0487fffe1
3 changed files with 69 additions and 0 deletions
65
metadata/com.amanoteam.unalix.yml
Normal file
65
metadata/com.amanoteam.unalix.yml
Normal file
|
|
@ -0,0 +1,65 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: LGPL-3.0-only
|
||||||
|
AuthorName: Amano Team
|
||||||
|
AuthorEmail: contact@amanoteam.com
|
||||||
|
AuthorWebSite: https://amanoteam.com/
|
||||||
|
SourceCode: https://github.com/AmanoTeam/UnalixAndroid
|
||||||
|
IssueTracker: https://github.com/AmanoTeam/UnalixAndroid/issues
|
||||||
|
Changelog: https://github.com/AmanoTeam/UnalixAndroid/releases
|
||||||
|
|
||||||
|
AutoName: Unalix
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AmanoTeam/UnalixAndroid
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.6.1
|
||||||
|
versionCode: 7
|
||||||
|
commit: v0.6.1
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- Nim@v1.6.2
|
||||||
|
- Nim-csources@561b417
|
||||||
|
prebuild: sed -i '/splits {/,/^ }/d' build.gradle
|
||||||
|
build:
|
||||||
|
- export TOOL_DIR=$(realpath ./src/main/jni/tool)
|
||||||
|
- cp --recursive $$Nim-csources$$ $$Nim$$/csources_v1
|
||||||
|
- cd $$Nim$$/csources_v1
|
||||||
|
- make --jobs
|
||||||
|
- cd ..
|
||||||
|
- ./bin/nim compile ./koch.nim
|
||||||
|
- ./koch boot
|
||||||
|
- ./koch nimble
|
||||||
|
- export PATH=$(realpath ./bin):${PATH}
|
||||||
|
- cd ${TOOL_DIR}
|
||||||
|
- nimble install --define:ssl --accept
|
||||||
|
- ./tool download pcre
|
||||||
|
- chmod 777 --recursive ../pcre
|
||||||
|
- ./tool build pcre --architecture:arm
|
||||||
|
- ./tool build pcre --architecture:arm64
|
||||||
|
- ./tool build pcre --architecture:i386
|
||||||
|
- ./tool build pcre --architecture:amd64
|
||||||
|
- ./tool download libressl
|
||||||
|
- chmod 777 --recursive ../libressl
|
||||||
|
- ./tool patch libressl
|
||||||
|
- ./tool build libressl --architecture:arm
|
||||||
|
- ./tool build libressl --architecture:arm64
|
||||||
|
- ./tool build libressl --architecture:i386
|
||||||
|
- ./tool build libressl --architecture:amd64
|
||||||
|
- ./tool build wrapper --architecture:arm
|
||||||
|
- ./tool build wrapper --architecture:arm64
|
||||||
|
- ./tool build wrapper --architecture:i386
|
||||||
|
- ./tool build wrapper --architecture:amd64
|
||||||
|
ndk: r23b
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.6.1
|
||||||
|
CurrentVersionCode: 7
|
||||||
2
srclibs/Nim-csources.yml
Normal file
2
srclibs/Nim-csources.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/nim-lang/csources_v1.git
|
||||||
2
srclibs/Nim.yml
Normal file
2
srclibs/Nim.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/nim-lang/Nim.git
|
||||||
Loading…
Reference in a new issue