blob: e94347f1ca8cf88b3ddb0942e864d7762b7dad4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = monero
pkgdesc = Monero: the secure, private, untraceable currency - release version (includes daemon, wallet and miner)
pkgver = 0.14.1.0
pkgrel = 2
url = https://getmonero.org/
arch = x86_64
arch = i686
arch = armv7h
arch = aarch64
license = custom:Cryptonote
makedepends = git
makedepends = cmake
makedepends = boost
makedepends = gtest
makedepends = qt5-tools
depends = boost-libs
depends = libunwind
depends = openssl
depends = readline
depends = zeromq
depends = pcsclite
depends = hidapi
provides = monero
provides = libmonero-wallet
conflicts = bitmonero-git
conflicts = libmonero-wallet-git
source = monero::git+https://github.com/monero-project/monero#tag=v0.14.1.0
sha256sums = SKIP
pkgname = monero
install = monero.install
backup = etc/monerod.conf
pkgname = libmonero-wallet
options = !strip
|