summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d5bc6616ad1881324120ab8422dff464472e426c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: André Kugland <kugland@gmail.com>
pkgname=expo-create-react-native-app
pkgver=3.6.0
pkgrel=2
pkgdesc="The fastest way to create universal React Native apps"
arch=(any)
url="https://github.com/expo/create-react-native-app"
license=('BSD-3-Clause')
depends=('nodejs')
makedepends=('npm')
options=('!emptydirs')

package() {
  npm install -g --prefix "$pkgdir/usr" --cache "$srcdir/npm-cache" create-react-native-app@$pkgver
  find "$pkgdir/usr" -type d -exec chmod 755 {} +
}