summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2f387eaeaa072c67927ae8bf0cc95e739c4ad2fb (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.75.3
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=('b89be2ab1a8ac4d9c11b1669cf61223edbd706f0c19ca33c4cf02f8471f807ba')

package() {
  set -e

  mv opt usr "$pkgdir"

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