summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f1c55e934d1467f3854320720511dcf6a3dea0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Michael Beaumont <mjboamail@gmail.com>
_pkgname=helium-ledger-cli
pkgname="${_pkgname}-bin"
pkgver=2.0.0
pkgrel=1
pkgdesc="Companion app for Helium and Ledger devices"
depends=('systemd-libs')
arch=('x86_64')
url="https://github.com/helium/helium-ledger-cli"
license=('APACHE')
provides=(helium-ledger-cli)
source=(
    "${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-x86-64-linux.tar.gz"
)
sha256sums=(
    '5dd0f634fd3eac909161f4d1b3ef749effbe8b7390b89c55eaf8a4ce72ec35b8'
)

package() {
    install -Dm755 "${_pkgname}-v${pkgver}-x86-64-linux/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
}