Search Criteria
Package Details: bisq 1.9.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bisq.git (read-only, click to copy) |
---|---|
Package Base: | bisq |
Description: | Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges |
Upstream URL: | https://bisq.network |
Licenses: | AGPL3 |
Conflicts: | bisq-bin, bisq-git |
Provides: | bisq |
Submitter: | dmp1ce |
Maintainer: | dmp1ce |
Last Packager: | dmp1ce |
Votes: | 67 |
Popularity: | 0.96 |
First Submitted: | 2017-07-05 14:43 (UTC) |
Last Updated: | 2024-07-14 13:22 (UTC) |
Dependencies (3)
- jdk11-openjdk (jdk11-temurinAUR)
- git (git-gitAUR, git-glAUR) (make)
- jdk11-openjdk (jdk11-temurinAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13
dmp1ce commented on 2017-12-26 15:23 (UTC)
@psychi,
When you build the PKGBUILD you can take out the
-Dmaven.repo.local="$mvn_repo"
section for the build to use your global maven repository. To be convenient to most users, this would require a new PKGBUILD to be uploaded to the AUR which I am most likely not going to do. Anyone is welcome to copy my PKGBUILD though and maintain a a build like you suggest.You could also use
bisq-bin
which just downloads the binary.psychi commented on 2017-12-23 09:58 (UTC)
Hi,
This project is great but the AUR package is a bit of a pain because it redownloads all the maven dependencies fresh every time. I understand that it's probably desirable to have an isolated, clean build by default, but it would be great if there was a way to have it build from a persistent local maven repo. I'm not building lots of maven projects on this machine so I think it's unlikely that I will have any problems as a result of doing this.
I'm passingly familiar with maven but I'm clueless about pacman/yaourt. Is there a way to arrange this relatively straightforwardly?
dmp1ce commented on 2017-09-18 18:33 (UTC)
« First ‹ Previous 1 .. 8 9 10 11 12 13