Skip to content

Instantly share code, notes, and snippets.

@digitalogical
digitalogical / PKGBUILD
Created May 27, 2018 19:05
Arch Linux PKGBUILD for https://github.com/v8/v8 : uses Python2, installs to paths expected by https://github.com/phpv8/v8js
# 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')