This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Aaron Danielson <echo aaron.aarondanielson.com | sed 's/\./@/'> | |
pkgname=v8 | |
pkgver=6.4.388.6 | |
pkgrel=1 | |
pkgdesc="Fast and modern Javascript engine used in Google Chrome." | |
arch=('x86_64') | |
url="https://code.google.com/p/v8/" | |
license=('BSD') | |
depends=('readline' 'icu') |