Go to file
est e38a14939d Merge branch 'net.sf.ethersynth_add' into 'master'
Add Etheric Synthesizer net.sf.ethersynth 0.1.0 (100)

Hello,

I just released a simple [theremin](https://en.wikipedia.org/wiki/Theremin) instrument emulator ["Etheric Synthesizer"](http://ethersynth.sourceforge.net/) on SourceForge, and would like to make it available in the main F-Droid repository.

This program should be simple to build (vanilla upstream source, API 9, Ant build system, no native code, no third-party dependency), requires no root to run, no antifeatures, and licensing is straightforward (GPLv3+ for code, and all-version GPL for artwork, from the same author).

Program metadata is included in the content of pull request and is already checked by `fdroid readmeta`, `fdroid rewritemeta`, followed by `fdroid lint`. Though **the build process is untested** as my `fdroid build net.sf.ethersynth` run is failed due to a internal error of Requests HTTP Library.

Regards,  
Nutchanon Wetchasit

P.S. System information:

F-Droid server: 0.7.0 (pip)  
Python: 3.2.3 (debian)  
System: Debian GNU/Linux 7.0 Wheezy i386

See merge request !1714
2016-09-26 13:32:19 +00:00
build
hooks
metadata Merge branch 'net.sf.ethersynth_add' into 'master' 2016-09-26 13:32:19 +00:00
srclibs
stats Stats, etc 2016-09-26 01:15:28 +01:00
templates
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md

F-Droid Data

build status

This repository holds general and build information for all the apps on our main repo on f-droid.org.

Quickstart

Install fdroidserver, or just use it directly from master:

git clone https://gitlab.com/fdroid/fdroidserver.git
export PATH="$PATH:$PWD/fdroidserver"

Clone fdroiddata (or your fork) and enter it:

git clone https://gitlab.com/fdroid/fdroiddata.git
cd fdroiddata

An empty config file should work for most setups:

touch config.py

Make sure fdroid works and reads the metadata files properly:

fdroid readmeta

Contributing

See the Contributing doc.

More information

You can find more details on the manual.