summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 75d27e1f1b5a6f9d0df33a6f4ad7f02abd2429af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: David Barri <japgolly@gmail.com>
pkgname=atomicwallet
pkgver=2.68.7
pkgrel=1
pkgdesc="Atomic Wallet is a decentralized Cryptocurrency wallet that supports more than 500 coins and tokens, providing simplicity, safety, and convenience for its users."
arch=('x86_64')
url="https://atomicwallet.io"
license=('unknown')
source=("https://get.atomicwallet.io/download/atomicwallet-$pkgver.rpm")
sha256sums=('cbba424dba55ff984704e120e15d41a94b79366d605ccf6efd60c0a147050061')

package() {
  set -e

  mv opt usr "$pkgdir"

  cd "$pkgdir/usr"
  mkdir bin
  cd bin
  ln -s "../../opt/Atomic Wallet/atomic" atomicwallet
}