mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Add kurxz.github.io
This commit is contained in:
parent
484a569aca
commit
1fec394468
1 changed files with 55 additions and 0 deletions
55
metadata/kurxz.github.io.yml
Normal file
55
metadata/kurxz.github.io.yml
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: Apache-2.0
|
||||
AuthorName: KurXZ
|
||||
AuthorWebSite: https://kurxz.github.io/
|
||||
SourceCode: https://github.com/kurxz/Ionic_notes
|
||||
Changelog: https://github.com/kurxz/Ionic_notes/releases
|
||||
|
||||
AutoName: Notes
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kurxz/Ionic_notes.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.5
|
||||
versionCode: 20220915
|
||||
commit: v1.5.5
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y g++ openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.xz https://nodejs.org/download/release/v16.17.0/node-v16.17.0-linux-x64.tar.xz
|
||||
- echo "f0867d7a17a4d0df7dbb7df9ac3f9126c2b58f75450647146749ef296b31b49b node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
- npm -g install @ionic/cli
|
||||
init:
|
||||
- pushd ../../../srclib/cpython
|
||||
- export temp=$(mktemp -d)
|
||||
- mkdir -p $temp/cpython
|
||||
- ./configure --prefix=$temp/cpython --enable-optimizations
|
||||
- make -j`nproc`
|
||||
- make install
|
||||
- popd
|
||||
- export PATH=$temp/cpython/bin:$PATH
|
||||
- pushd ../..
|
||||
- npm install --build-from-source
|
||||
- ionic cap copy
|
||||
- ionic cap sync
|
||||
- popd
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- cpython@v3.10.5
|
||||
scanignore:
|
||||
- node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.5.5
|
||||
CurrentVersionCode: 20220915
|
||||
Loading…
Reference in a new issue