pkgname=bun-bin pkgver=0.8.0 pkgrel=1 pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one." arch=('x86_64') url="https://github.com/oven-sh/bun" license=('MIT') provides=("bun=$pkgver" 'bun') source=("bun-linux-x64-${pkgver}.zip::https://github.com/oven-sh/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip") sha512sums=('8d484e1504c03de505ff14bef835d435b45705569950f698a73cfb247c0cb67d857651d1f695eaa13380f060226c4781723ae9cc869492a86058f3ad81bfdc92') package() { install -Dm755 "./bun-linux-x64/bun" "${pkgdir}/usr/bin/bun" }