void-packages/srcpkgs/v8/libv8.template
2012-11-05 23:02:21 +01:00

17 lines
497 B
Plaintext

# Template file for 'libv8'.
#
short_desc="${short_desc} (Runtime library)"
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.
This package contains the v8 runtime library."
do_install() {
vmove usr/lib usr
}