mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/v8 to 3.9.9-1
This commit is contained in:
parent
29cadac114
commit
8468509a0d
1 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Contributor: tocer <tocer.deng@gmail.com>
|
# Contributor: tocer <tocer.deng@gmail.com>
|
||||||
|
|
||||||
pkgname=v8
|
pkgname=v8
|
||||||
pkgver=3.6.6.24
|
pkgver=3.9.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
plugrel=1
|
plugrel=1
|
||||||
pkgdesc='A fast and modern javascript engine'
|
pkgdesc='A fast and modern javascript engine'
|
||||||
|
@ -41,8 +41,6 @@ fi
|
||||||
install -Dm755 d8 "${pkgdir}/usr/bin/d8"
|
install -Dm755 d8 "${pkgdir}/usr/bin/d8"
|
||||||
install -Dm755 libv8.so "${pkgdir}/usr/lib/libv8.so"
|
install -Dm755 libv8.so "${pkgdir}/usr/lib/libv8.so"
|
||||||
|
|
||||||
# install license
|
|
||||||
install -d ${pkgdir}/usr/share/licenses/v8
|
install -d ${pkgdir}/usr/share/licenses/v8
|
||||||
install -m644 LICENSE* \
|
install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
|
||||||
${pkgdir}/usr/share/licenses/v8
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue