fdroiddata/metadata/org.droidtr.termbin.yml
Pierre Rudloff 97862f345a Termbin: Disable update checks
Because it does not work with the new custom build system
2019-06-09 15:17:48 +02:00

39 lines
1.2 KiB
YAML

Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://gitlab.com/droidtr/termbin-client
IssueTracker: https://gitlab.com/droidtr/termbin-client/issues
AutoName: Termbin
Summary: Netcat-based command line pastebin
Description: |-
Termbin is an open source pastebin service that used socket programming.
This application uses socket programming to simulate netcat.
The pendant to this app is available for Linux and can be found
[https://github.com/solusipse/fiche at Github]. Also see
[https://termbin.com/] for additional details.
RepoType: git
Repo: https://gitlab.com/droidtr/termbin-client
Builds:
- versionName: '1.1'
versionCode: 1
commit: '1.1'
output: bin/app.apk
prebuild:
- sed -i -e 's#~/Android/Sdk#$$SDK$$#' Makefile
- sed -i -e 's/package="org.droidtr.termbin"/package="org.droidtr.termbin" android:versionCode="$$VERCODE$$"
android:versionName="$$VERSION$$"/' AndroidManifest.xml
- make clear
build:
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
- make build zipalign
- mv bin/app.ap_ bin/app.apk
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.1'
CurrentVersionCode: 1