New app: Etherwake
This commit is contained in:
parent
80af3e7e8d
commit
314592e38e
37
metadata/org.schabi.etherwake.txt
Normal file
37
metadata/org.schabi.etherwake.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
Categories:System
|
||||
License:GPLv3+
|
||||
Web Site:
|
||||
Source Code:https://github.com/theScrabi/Etherwake-app
|
||||
Issue Tracker:https://github.com/theScrabi/Etherwake-app/issues
|
||||
|
||||
Auto Name:Etherwake
|
||||
Summary:Wake computers on the same network
|
||||
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.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/theScrabi/Etherwake-app
|
||||
|
||||
Build:1.0,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
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
Loading…
Reference in a new issue