grunt
This commit is contained in:
parent
3b8e25fb68
commit
caf0bcc2a2
1 changed files with 18 additions and 0 deletions
18
talimatname/genel/g/grunt/talimat
Normal file
18
talimatname/genel/g/grunt/talimat
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Tanım: JavaScript Görev Koşucusu
|
||||||
|
# URL: http://gruntjs.com/
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: node
|
||||||
|
# Grup: geliştirme
|
||||||
|
|
||||||
|
isim=grunt
|
||||||
|
surum=1.0.1
|
||||||
|
devir=1
|
||||||
|
kaynak=(http://registry.npmjs.org/$isim/-/$isim-$surum.tgz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd $SRC
|
||||||
|
local _npmdir="$PKG/usr/lib/node_modules/"
|
||||||
|
mkdir -p $_npmdir
|
||||||
|
cd $_npmdir
|
||||||
|
npm install -g --prefix "$PKG/usr" $isim@$surum
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue