# Maintainer: Fabien LEFEBVRE # Contributor: Morris Jobke pkgname=herokuish pkgver=0.5.13 pkgrel=1 pkgdesc='Utility for emulating Heroku build and runtime tasks in containers' arch=('x86_64') url='https://github.com/gliderlabs/herokuish' license=('MIT') source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz" 'LICENSE') sha256sums=('388fdff593a6ee369020078816d04bafe493830664f440fffc8fbb1d9ce352bc' '10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1') package() { install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/herokuish/LICENSE" }