# Maintainer: David Harrigan pkgname=cljstyle-bin pkgver=0.16.626 pkgrel=1 pkgdesc='A tool for formatting Clojure code' arch=('x86_64') url='https://github.com/greglook/cljstyle' license=('EPL') provides=('cljstyle') conflicts=('cljstyle') source=("https://github.com/greglook/cljstyle/releases/download/${pkgver}/${pkgname/\-bin/}_${pkgver/_/-}_linux_amd64.zip") sha256sums=('21246524dfc235450aa41c3a4245fcf0fb9edd2c3e95cc0d6ebfd3156f891747') package() { install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}" }