mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
ActivityWatch: 0.12.1
This commit is contained in:
parent
0820bc0262
commit
7636eb530c
1 changed files with 45 additions and 0 deletions
45
metadata/net.activitywatch.android.yml
Normal file
45
metadata/net.activitywatch.android.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: MPL-2.0
|
||||
AuthorName: ActivityWatch
|
||||
AuthorWebSite: https://activitywatch.net/
|
||||
SourceCode: https://github.com/ActivityWatch/aw-android
|
||||
IssueTracker: https://github.com/ActivityWatch/aw-android/issues
|
||||
Donate: https://activitywatch.net/donate/
|
||||
Liberapay: ActivityWatch
|
||||
Bitcoin: 1NSxJs1wYUrRv53ZVH2DX9fquXdSPAdyYh
|
||||
|
||||
AutoName: ActivityWatch
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ActivityWatch/aw-android
|
||||
|
||||
Builds:
|
||||
- versionName: 0.12.1
|
||||
versionCode: 34
|
||||
commit: 9d32040ff8a177e8441adf1294ded9280ab99e0d
|
||||
subdir: mobile
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm make
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- rustup@1.27.1
|
||||
prebuild: sed -i -e '/minSdkVersion/a maxSdkVersion 32' -e '/targetSdkVersion/s/34/32/'
|
||||
build.gradle
|
||||
build:
|
||||
- cd ..
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 --target aarch64-linux-android
|
||||
armv7-linux-androideabi x86_64-linux-android i686-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- ./scripts/setup-rust-with-ndk.sh
|
||||
- env RELEASE=true make aw-server-rust
|
||||
- make aw-server-rust/aw-webui/dist
|
||||
ndk: r25c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.12.1
|
||||
CurrentVersionCode: 34
|
||||
Loading…
Reference in a new issue