# $Id$ # Maintainer: Mohammadreza Abdollahzadeh # Contributer: Radu Potop pkgname=nodejs-docs pkgver=10.6.0 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=('8007ebfabee18ffea0f04dbb8f85e7f4cd0a051f89dbb0e72bce5fcca684b36b') package() { cd "node-v$pkgver" install -d $pkgdir/usr/share/doc/nodejs cp -a ./doc/api/* $pkgdir/usr/share/doc/nodejs/ } # vim:set ts=2 sw=2 et: