-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.fdroid.yml
More file actions
55 lines (50 loc) · 1.61 KB
/
Copy path.fdroid.yml
File metadata and controls
55 lines (50 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Categories:
- Sports & Health
- Workout
License: GPL-3.0-only
AuthorName: nyxar77
SourceCode: https://github.com/nyxar77/Pulse
IssueTracker: https://github.com/nyxar77/Pulse/issues
Changelog: https://github.com/nyxar77/Pulse/releases
AutoName: Pulse
RepoType: git
Repo: https://github.com/nyxar77/Pulse.git
Binaries: https://github.com/nyxar77/Pulse/releases/download/%v/Pulse-%v.apk
Builds:
- versionName: 0.1.3
versionCode: 4
commit: bd56f7461e7d85e047fe447876dbb90f08793cc2
subdir: android/app
sudo:
- echo "deb https://deb.debian.org/debian forky main" > /etc/apt/sources.list.d/forky.list
- apt-get update
- apt-get install -y -t forky golang-go make npm
gradle:
- yes
output: build/outputs/apk/release/app-release-unsigned.apk
srclibs:
- esbuild@v0.28.1
prebuild:
- cd ../..
- npm ci
- "sed -i 's/adapter: adapter(),/adapter: adapter(), version: { name: \"$$VERCODE$$\"\
\ },/' svelte.config.js"
scanignore:
- node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
scandelete:
- node_modules
build:
- pushd $$esbuild$$
- make esbuild
- popd
- cp $$esbuild$$/esbuild ../../node_modules/esbuild/bin/esbuild
- cp $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
- pushd ../..
- npm run build
- npx cap sync android
- popd
AllowedAPKSigningKeys: ee3d16e34033a39c583cda01b6db00dd4fa4a6a5ad07023d3b7bfc877841ed65
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$
CurrentVersion: 0.1.3
CurrentVersionCode: 4