bridgedb / BridgeDb

The BridgeDb Library source code
https://bridgedb.org/
Apache License 2.0
28 stars 21 forks source link

consider coursier to make binaries #170

Open egonw opened 3 years ago

egonw commented 3 years ago

scenario with coursier (no Debian/Ubuntu package?):

curl -fLo cs https://git.io/coursier-cli-"$(uname | tr LD ld)"
chmod u+x cs
export COURSIER_REPOSITORIES="ivy2Local|central|http://maven.restlet.org/"
./cs bootstrap --standalone -o org-bridgedb-server-3.0.5 org.bridgedb:org.bridgedb.server:3.0.5 -M org.bridgedb.server.Server