fdroiddata/metadata/com.rockbyte.arxiv.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

48 lines
1.7 KiB
YAML

Categories:
- Science & Education
License: Apache-2.0
WebSite: https://lopespm.github.io/arxiv-papers-mobile
SourceCode: https://github.com/lopespm/arxiv-papers-mobile
IssueTracker: https://github.com/lopespm/arxiv-papers-mobile/issues
Bitcoin: 1jokQaTneW1KCbCWsMdVtvPv6oSJ1H3tF
AutoName: arXiv Papers
Summary: Search, download and save arXiv scientific papers
Description: |-
Quickly search through a wealth of scientific papers offered by arXiv. Those you
choose to download are kept at easy reach to consult and see.
App built using react native.
RepoType: git
Repo: https://github.com/lopespm/arxiv-papers-mobile
Builds:
- versionName: 1.0-no-google-play
versionCode: 9
commit: v1.0-no-google-play
subdir: android/app
sudo:
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.1/node-v8.11.1-linux-x64.tar.xz
- echo "6617e245fa0f7fbe0e373e71d543fea878315324ab31dc64b4eba10e42d04c11 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v8.11.1-linux-x64/. /usr/local/
gradle:
- yes
prebuild:
- npm install
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
- rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
- rm -rf ../../node_modules/react-native-snackbar/android/build/
scanignore:
- android/build.gradle
scandelete:
- node_modules
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0-no-google-play
CurrentVersionCode: 9