Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : bisq | name : bisq | ||||
| version : 0.6.7 | version : 0.6.7 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - https://github.com/bisq-network/exchange/archive/v0.6.7.tar.gz : c3e61070d4b4fb0458c4f5739654df229b077c90d78b4f31a7d6c157b0d145ad | - https://github.com/bisq-network/bisq/archive/v0.6.7.tar.gz : 10a5c325232d2b6c650bb17450273335c5fed3c99fd06273dcc831f2c0f5b98c | ||||
| license : AGPL-3.0 | license : AGPL-3.0-or-later | ||||
| component : network.web | component : network.web | ||||
| summary : The decentralized bitcoin exchange | summary : Decentralized Bitcoin exchange | ||||
| description: | | description: | | ||||
| Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies. | Bisq is an open-source desktop application that allows you to buy and sell Bitcoins in exchange for national currencies, or alternative cryptocurrencies. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - apache-maven | - apache-maven | ||||
| - openjfx-8 | - openjfx-8 | ||||
| rundeps : | rundeps : | ||||
| - openjfx-8 | - openjfx-8 | ||||
| build : | | build : | | ||||
| mvn clean package -Dmaven.repo.local=$workdir/repo -X -DskipTests -Dmaven.javadoc.skip=true | mvn -Dmaven.repo.local=$workdir/repo -X -DskipTests -Dmaven.javadoc.skip=true package | ||||
| install : | | install : | | ||||
| install -Dm755 gui/target/shaded.jar $installdir/usr/share/java/bisq/shaded.jar | install -Dm00644 gui/target/shaded.jar $installdir/usr/share/bisq/bisq.jar | ||||
| install -dm644 $installdir/usr/share/java/bisq/lib | install -Dm00755 $pkgfiles/bisq.sh $installdir/usr/bin/bisq | ||||
| install -Dm644 gui/target/lib/bcpg-jdk15on.jar $installdir/usr/share/java/bisq/lib | cp -a gui/target/lib $installdir/usr/share/bisq | ||||
| install -Dm644 gui/target/lib/bcprov-jdk15on.jar $installdir/usr/share/java/bisq/lib | |||||
| install -Dm644 package/linux/icon.png $installdir/usr/share/pixmaps/bisq.png | install -Dm00644 package/linux/icon.png $installdir/usr/share/pixmaps/bisq.png | ||||
| install -Dm755 $pkgfiles/bisq.sh $installdir/usr/bin/bisq | install -Dm00644 $pkgfiles/bisq.desktop -t $installdir/usr/share/applications | ||||
| install -Dm644 $pkgfiles/bisq.desktop $installdir/usr/share/applications/bisq.desktop | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.