# Maintainer: Mohammadreza Abdollahzadeh # Contributer: Radu Potop pkgname=nodejs-docs pkgver=21.6.1 pkgrel=1 pkgdesc="Node.js API documentation." arch=(any) url="https://nodejs.org/en/docs/" license=('MIT') options=('docs') source=("https://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz") sha256sums=('7e284d0d64c2edcec84ecfd5bda1d9e7b82a8a3fe401f8b7023c5bc1d9fdd4d5') package() { cd "node-v${pkgver}" install -d ${pkgdir}/usr/share/doc/nodejs/html cp -r doc/api ${pkgdir}/usr/share/doc/nodejs/html/ } # vim:set ts=4 sw=4 et: