mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 16:25:00 -05:00
Add react-native-cli
This commit is contained in:
parent
a2f6158e95
commit
db92daffa6
3
src/react-native-cli/.gitignore
vendored
Normal file
3
src/react-native-cli/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
src/
|
||||
pkg/
|
||||
*.xz
|
14
src/react-native-cli/PKGBUILD
Normal file
14
src/react-native-cli/PKGBUILD
Normal file
@ -0,0 +1,14 @@
|
||||
# Maintainer: farwayer <farwayer@gmail.com>
|
||||
pkgname=react-native-cli
|
||||
pkgver=2.0.1
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user