# Maintainer: Jonian Guveli pkgname=runjs-bin pkgver=2.1.3 pkgrel=1 pkgdesc="RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane" arch=("x86_64") url="https://github.com/lukehaas/RunJS" license=("Commercial") depends=("nss" "libxss" "libnotify" "libsecret" "libappindicator-gtk3" "util-linux-libs" "xdg-utils") provides=("runjs") conflicts=("runjs" "runjs-git") source=("$pkgname-$pkgver.deb::$url/releases/download/v${pkgver}/runjs_${pkgver}_amd64.deb") sha256sums=("4779c79d50f69b3a1589305ba8066d28aa7f2aed313d40c4ed277b17ad8b2e46") prepare() { bsdtar xf data.tar.xz } package() { mv opt "$pkgdir" mv usr "$pkgdir" }