fdroiddata/metadata/org.droidtr.termbin.yml

38 lines
1.1 KiB
YAML
Raw Normal View History

2019-05-21 18:49:59 +00:00
Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://gitlab.com/droidtr/termbin-client
IssueTracker: https://gitlab.com/droidtr/termbin-client/issues
AutoName: Termbin
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'
2019-06-09 11:10:36 +00:00
output: bin/app.apk
2019-05-21 18:49:59 +00:00
prebuild:
- sed -i -e 's#~/Android/Sdk#$$SDK$$#' Makefile
2019-06-09 11:10:36 +00:00
- sed -i -e 's/package="org.droidtr.termbin"/package="org.droidtr.termbin" android:versionCode="$$VERCODE$$"
android:versionName="$$VERSION$$"/' AndroidManifest.xml
2019-05-21 18:49:59 +00:00
- make clear
build:
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
- make build zipalign
2019-06-09 11:10:36 +00:00
- mv bin/app.ap_ bin/app.apk
2019-05-21 18:49:59 +00:00
AutoUpdateMode: None
UpdateCheckMode: None
2019-05-21 18:49:59 +00:00
CurrentVersion: '1.1'
CurrentVersionCode: 1