summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2544fb61ec8da9c458cc647cad7993761a7d9c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Pieter Joost van de Sande <pj@born2code.net>

pkgname=pc-nrfutil
provides=('nrfutil')
pkgver=6.1.2
pkgrel=1
pkgdesc="nrfutil command line utility and the nordicsemi library"
arch=('any')
url="https://github.com/NordicSemiconductor/pc-nrfutil"
license=('BSD')
depends=('python')
options=(!emptydirs)
source=(${url}/releases/download/v${pkgver}/nrfutil-linux)
sha256sums=('a384e3eb09133054e3006af2033bd497f466a0ae4c2a6dd75e895afaad3c53e3')

package() {
  install -dm0755 $pkgdir/usr/bin
  cp ${srcdir}/nrfutil-linux $pkgdir/usr/bin/nrfutil
  chmod +x $pkgdir/usr/bin/nrfutil
}