# Maintainer: Andrew Steinke pkgname=eslint-plugin-vue pkgver=4.7.1 pkgrel=1 pkgdesc='ESLint Plugin for Vue.js' arch=('any') url='https://github.com/vuejs/eslint-plugin-vue' license=('MIT') depends=('nodejs' 'eslint') makedepends=('npm') source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz) md5sums=('062add1a132d808045a07ce8d5e4815e') package() { npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz # Fix permissions find "$pkgdir/usr" -type d -exec chmod 755 '{}' + install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" ln -s ../../../lib/node_modules/$pkgname/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }