6c177c1fc3
!5262 ```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 ```
52 lines
1.8 KiB
YAML
52 lines
1.8 KiB
YAML
Categories:
|
|
- Internet
|
|
License: AGPL-3.0-only
|
|
WebSite: https://www.eff.org/deeplinks/2014/12/download-eff-mobile-app
|
|
SourceCode: https://github.com/EFForg/actioncenter-mobile
|
|
IssueTracker: https://github.com/EFForg/actioncenter-mobile/issues
|
|
Donate: https://supporters.eff.org/donate
|
|
|
|
Name: EFF Alerts
|
|
Summary: Get EFF notices about possible actions
|
|
Description: |-
|
|
Notifies you when there's a new action you can take to support
|
|
[https://www.eff.org EFF]. Here are a few ways you can use the app to defend
|
|
freedom and privacy:
|
|
|
|
* Calling or emailing the U.S. Congress to help advocate for better technology laws.
|
|
* Tweeting at the White House to ask for better policies.
|
|
* Helping get the word out about a specific project or campaign EFF is running.
|
|
* Taking actions internationally to help preserve digital rights in your country, and around the world.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/EFForg/actioncenter-mobile
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 100011
|
|
disable: pure madness
|
|
commit: 1b66c51732cc276d13e3e24ab08304174c40dd85
|
|
prebuild:
|
|
- npm config set prefix `readlink -f .`/npmcache
|
|
- npm install -g bower
|
|
- npm install
|
|
- bower install
|
|
- gulp build
|
|
- npm install -g cordova
|
|
- cordova platform add android
|
|
- cordova plugin add de.appplant.cordova.plugin.local-notification
|
|
- cordova prepare
|
|
- exit 1
|
|
|
|
MaintainerNotes: |-
|
|
This app is used as a testbed for cordova/nodejs/npm apps. The current build
|
|
does not work and misusing srclibs for this kind of stuff should never ever
|
|
being used. Please see https://gitlab.com/fdroid/fdroidserver/issues/60 .
|
|
|
|
https://nodejs.org/dist/v6.9.1/node-v6.9.1-linux-x64.tar.xz
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1'
|
|
CurrentVersionCode: 1
|