pkgname=esbuild-bin pkgver=0.14.54 pkgrel=1 pkgdesc="An extremely fast JavaScript and CSS bundler and minifier." arch=('x86_64') url="https://esbuild.github.io" license=('MIT') _name="${pkgname%-bin}" provides=("${_name}") conflicts=("${_name}") _npmpkg="${_name}-linux-64" _archive="${_npmpkg}-${pkgver}.tgz" source=("${_archive}::https://registry.npmjs.org/${_npmpkg}/-/${_archive}") sha256sums=('36f37e676e65e5644c00242e5d46f5d3f38280a019332c4a9fcf05b1093f3827') package() { cd "${srcdir}/package/bin" install -Dm755 -t "${pkgdir}/usr/bin" "${_name}" }