summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: abe70ade5b5fc0737e35f07d601bef013e7b4e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: farwayer <farwayer@gmail.com>
pkgname=react-native-cli
pkgver=1.0.0
pkgrel=1
pkgdesc="The React Native CLI tools"
arch=(any)
url="http://facebook.github.io/react-native/"
license=('BSD-3-Clause')
depends=('nodejs')
makedepends=('npm')

package() {
  npm install -g --prefix "$pkgdir/usr" $pkgname@$pkgver
}