Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 782 Bytes

File metadata and controls

61 lines (39 loc) · 782 Bytes

F-Droid

Selection of FOSS Android apps on F-Droid

Overviews

The overviews are:

Build

Install

sudo apt-get -y install python3-pip python3-venv
python3 -m venv .venv
. .venv/bin/activate
pip install -Ur requirements.txt

Run

./build.sh

TODO

https://get.alternative.to/

spotube

comaps (setting)

signal

firefox plugins

https://f-droid.org/en/packages/com.vladpen.cams/

LukeStonehm/LogicalDefence#79 https://f-droid.org/en/packages/za.co.lukestonehm.logicaldefence/

Development

Install

. .venv/bin/activate
pip install -Ur requirements-dev.txt

Run

checkbashisms *.sh
./lint.sh