EFF Alerts: Try to fix build
This commit is contained in:
parent
570ab0dbd0
commit
1061ebd261
|
@ -1,4 +1,3 @@
|
|||
Disabled:wip
|
||||
Categories:Internet
|
||||
License:AGPLv3
|
||||
Web Site:https://www.eff.org/deeplinks/2014/12/download-eff-mobile-app
|
||||
|
@ -22,19 +21,10 @@ freedom and privacy:
|
|||
Repo Type:git
|
||||
Repo:https://github.com/EFForg/actioncenter-mobile
|
||||
|
||||
Build:1,1
|
||||
disable=wip
|
||||
commit=7d3b9ff4597c1d6b1d7b497c39853606fe3217a6
|
||||
srclibs=NodeJS@v0.10.35,NPM@v2.2.0
|
||||
prebuild=pushd $$NodeJS$$ && \
|
||||
mkdir local && \
|
||||
./configure --prefix=`readlink -f local` && \
|
||||
make install && \
|
||||
export PATH=`readlink -f local/bin`:$PATH && \
|
||||
popd && \
|
||||
pushd $$NPM$$ && \
|
||||
make install && \
|
||||
popd && \
|
||||
Build:1.0.1,100011
|
||||
disable=pure madness
|
||||
commit=1b66c51732cc276d13e3e24ab08304174c40dd85
|
||||
prebuild=npm config set prefix `readlink -f .`/npmcache && \
|
||||
npm install -g bower && \
|
||||
npm install && \
|
||||
bower install && \
|
||||
|
@ -49,6 +39,8 @@ Maintainer Notes:
|
|||
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
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue