# Maintainer: Francesco Persico # Maintainer: Fabien LEFEBVRE pkgname=nodenv-node-build pkgver=4.9.87 pkgrel=1 pkgdesc='Install NodeJS versions' arch=('any') url='https://github.com/nodenv/node-build' license=('MIT') source=("${url}/archive/v${pkgver}.tar.gz" "https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE") sha256sums=('a71115866e8df6fe7971a80d0866a6b9056381c99fcba5dbc70c02108d6ca183' '8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d') conflicts=("${pkgname}-git" "node-build") package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" cd "${srcdir}/node-build-${pkgver}" PREFIX="${pkgdir}/usr" ./install.sh }