added cargo files

This commit is contained in:
2026-03-03 10:57:43 -05:00
parent 478a90e01b
commit 169df46bc2
813 changed files with 227273 additions and 9 deletions

View File

@@ -0,0 +1,43 @@
Categories:
- Multimedia
- Podcast
License: GPL-3.0-or-later
AuthorName: Collin Pendleton
AuthorEmail: help@gooseberrydevelopment.com
WebSite: https://www.pinepods.online/
SourceCode: https://github.com/madeofpendletonwool/pinepods
IssueTracker: https://github.com/madeofpendletonwool/pinepods/issues
Changelog: https://github.com/madeofpendletonwool/pinepods/releases
AutoName: Pinepods
RepoType: git
Repo: https://github.com/madeofpendletonwool/pinepods
Builds:
- versionName: 0.7.10
versionCode: 20250714
commit: 1397b4a59c518482076e25b5e202276b4110d281
subdir: mobile
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@3.32.6
scanignore:
- mobile/assets/fonts/*.otf
- Backend
- deployment
- docs
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[\d.]+$
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.7.10
CurrentVersionCode: 20250714