diff --git a/metadata/mobi.boilr.boilr.txt b/metadata/mobi.boilr.boilr.txt index c6d29214ac..ffb5b076d9 100644 --- a/metadata/mobi.boilr.boilr.txt +++ b/metadata/mobi.boilr.boilr.txt @@ -1,27 +1,29 @@ -# AntiFeatures: (comma-separated) (possible values hard-coded in fdroidserver) Categories:Office License:GPLv3+ Web Site:http://boilr.mobi Source Code:https://github.com/andrefbsantos/boilr Issue Tracker:https://github.com/andrefbsantos/boilr/issues Donate:http://boilr.mobi#donate -# FlattrID: (number) Bitcoin:1PHuSWfuAwR6oz9qV93rTdMVozfM85Qqxx Auto Name:Boilr -# Name: (to override the name of the app in the index) Summary:Cryptocurrency and bullion price alarms Description: -Application which monitors cryptocurrencies and bullion prices, and triggers alarms according to user settings. +Monitor cryptocurrencies and bullion prices and trigger alarms +according to user settings. Supports 2 types of alarms: * Price Hit - Triggered when price crosses the alarm's upper or lower limit. * Price Change - Triggered when price changes more than X amount (in currency or percentage) in a specified time frame (e.g. 1 day). -Sound and vibration are configurable globally and individually for each alarm. Lists of exchanges, pairs and alarms are fully searchable, allowing a quick alarm setup and configuration. +Sound and vibration are configurable globally and individually for each alarm. +Lists of exchanges, pairs and alarms are fully searchable, allowing a quick +alarm setup and configuration. -Market data is retrieved directly from the exchanges using Wi-Fi or Mobile Data (if allowed). Boilr supports all [https://github.com/andrefbsantos/libdynticker/#supported-exchanges exchanges available on libdynticker], as all their pairs. +Market data is retrieved directly from the exchanges using WiFi or mobile +data (if allowed). Boilr supports all [https://github.com/andrefbsantos/libdynticker/#supported-exchanges exchanges available on libdynticker], +as all their pairs. . Repo Type:git @@ -30,11 +32,17 @@ Repo:https://github.com/andrefbsantos/boilr.git Build:0.0.0,1 commit=0.0.0 maven=yes + srclibs=libdynticker@0.0.0,libpricealarm@0.0.0 + prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \ + pushd $$libdynticker$$ && \ + $$MVN3$$ install -Dmaven.test.skip=true && \ + popd && \ + pushd $$libpricealarm$$ && \ + $$MVN3$$ install -Dmaven.test.skip=true && \ + popd Auto Update Mode:Version %v Update Check Mode:Tags Current Version:0.0.0 Current Version Code:1 -# Current Version: (current version name) -# Current Version Code: (current version code, i.e. number) diff --git a/srclibs/libdynticker.txt b/srclibs/libdynticker.txt new file mode 100644 index 0000000000..2d9f67a563 --- /dev/null +++ b/srclibs/libdynticker.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/andrefbsantos/libdynticker diff --git a/srclibs/libpricealarm.txt b/srclibs/libpricealarm.txt new file mode 100644 index 0000000000..192802c3b9 --- /dev/null +++ b/srclibs/libpricealarm.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/andrefbsantos/libpricealarm