# Maintainer: David Harrigan # Contributor: Brandon Carrell pkgname=joker-bin pkgver=1.3.5 pkgrel=1 pkgdesc="A Clojure interpreter and linter written in Go - Precompiled binary from official repository." arch=('x86_64') url="https://github.com/candid82/joker" license=('EPL') provides=('joker') conflicts=('joker') source=("${pkgname}-${pkgver}-linux-amd64.zip::https://github.com/candid82/joker/releases/download/v${pkgver}/${pkgname/\-bin/}-linux-amd64.zip") sha256sums=('ce1b0325610109f2819c0712b66bb8a4278b42f1224d92bd6a55435e8533745b') package() { install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}" }