mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Add new app net.retiolus.natinfo
This commit is contained in:
parent
4e1bbee33f
commit
123da57aa0
1 changed files with 163 additions and 0 deletions
163
metadata/net.retiolus.natinfo.yml
Normal file
163
metadata/net.retiolus.natinfo.yml
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
AntiFeatures:
|
||||
TetheredNet:
|
||||
en-US: Depends on natinfo.retiolus.net server
|
||||
fr: Dépend du serveur natinfo.retiolus.net
|
||||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: retiolus
|
||||
AuthorEmail: retiolus@tuta.io
|
||||
AuthorWebSite: https://retiolus.net
|
||||
SourceCode: https://codeberg.org/retiolus/natinfo_flutter
|
||||
IssueTracker: https://codeberg.org/retiolus/natinfo_flutter/issues
|
||||
Liberapay: retiolus
|
||||
|
||||
AutoName: NATINFo
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/retiolus/natinfo_flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.1
|
||||
versionCode: 14001
|
||||
commit: 247084a732451fd4b6f8c44b732f4e8201c7d39e
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-x86_64-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
|
||||
- versionName: 0.2.1
|
||||
versionCode: 14002
|
||||
commit: 247084a732451fd4b6f8c44b732f4e8201c7d39e
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-armeabi-v7a-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
|
||||
- versionName: 0.2.1
|
||||
versionCode: 14003
|
||||
commit: 247084a732451fd4b6f8c44b732f4e8201c7d39e
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-arm64-v8a-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
|
||||
AllowedAPKSigningKeys: 85945c403df07dad135ac12acc5d1c31bdd88ec2809c81f72b9e63c488e0de54
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 1000 * %c + 1
|
||||
- 1000 * %c + 2
|
||||
- 1000 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.2.1
|
||||
CurrentVersionCode: 14003
|
||||
Loading…
Reference in a new issue