void-packages/srcpkgs/v8/libv8.template

17 lines
497 B
Text
Raw Normal View History

2011-12-19 15:19:28 +00:00
# Template file for 'libv8'.
#
short_desc="${short_desc} (Runtime library)"
2012-11-05 22:02:21 +00:00
long_desc="
V8 is Google's open source JavaScript engine. V8 is written in C++ and is
used in Google Chrome, the open source browser from Google.
V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on
Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use
IA-32, x64, or ARM processors.
2011-12-19 15:19:28 +00:00
This package contains the v8 runtime library."
2012-11-05 22:02:21 +00:00
do_install() {
2011-12-19 15:19:28 +00:00
vmove usr/lib usr
}