80 lines
1.8 KiB
YAML
80 lines
1.8 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-or-later
|
||
|
SourceCode: https://gitlab.com/derSchabi/Etherwake-app
|
||
|
IssueTracker: https://gitlab.com/derSchabi/Etherwake-app/issues
|
||
|
|
||
|
AutoName: Etherwake
|
||
|
Description: |-
|
||
|
Wraper around the ehterwake command. It is used to start computers within the
|
||
|
same network as the smartphone. Since this app sends pure ethernetframes it
|
||
|
requires root privileges.
|
||
|
|
||
|
RequiresRoot: 'yes'
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://gitlab.com/derSchabi/Etherwake-app
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
commit: c8fe1d10592ddad5c2f36f857ca8c22e153c79c0
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
rm:
|
||
|
- app/src/main/res/raw/*
|
||
|
prebuild:
|
||
|
- pushd ../cmd
|
||
|
- sed -i -e '/NDK=/d' build.sh
|
||
|
- sed -i -e '/TARGET_DIR/aNDK=$$NDK$$' build.sh
|
||
|
- chmod +x build.sh
|
||
|
- popd
|
||
|
build:
|
||
|
- pushd ../cmd
|
||
|
- ./build.sh
|
||
|
- popd
|
||
|
|
||
|
- versionName: 1.0.1
|
||
|
versionCode: 2
|
||
|
commit: 0728d9055d40d1c640f1976c43b709e0041793da
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
rm:
|
||
|
- app/src/main/res/raw/*
|
||
|
prebuild:
|
||
|
- pushd ../cmd
|
||
|
- sed -i -e '/NDK=/d' build.sh
|
||
|
- sed -i -e '/TARGET_DIR/aNDK=$$NDK$$' build.sh
|
||
|
- chmod +x build.sh
|
||
|
- popd
|
||
|
build:
|
||
|
- pushd ../cmd
|
||
|
- ./build.sh
|
||
|
- popd
|
||
|
|
||
|
- versionName: 1.0.2
|
||
|
versionCode: 3
|
||
|
commit: 4cf733a4a975e0fd2eceea1d984309e8984295ba
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
rm:
|
||
|
- app/src/main/res/raw/*
|
||
|
prebuild:
|
||
|
- pushd ../cmd
|
||
|
- sed -i -e '/NDK=/d' build.sh
|
||
|
- sed -i -e '/TARGET_DIR/aNDK=$$NDK$$' build.sh
|
||
|
- chmod +x build.sh
|
||
|
- popd
|
||
|
build:
|
||
|
- pushd ../cmd
|
||
|
- ./build.sh
|
||
|
- popd
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: RepoManifest
|
||
|
CurrentVersion: 1.0.2
|
||
|
CurrentVersionCode: 3
|