# Maintainer: Dimitris Kiziridis pkgname=depcharge-bin pkgver=60a39da pkgrel=1 pkgdesc="A tool designed to help orchestrate the execution of commands across many directories at once" arch=('x86_64') url='https://github.com/centerorbit/depcharge' license=('MIT') provides=("${pkgname%-bin}") source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/depcharge-linux-x64.zip" 'LICENSE::https://raw.githubusercontent.com/centerorbit/depcharge/develop/LICENSE') sha256sums=('d6742b2c0152a83d85c7e5505aaa4ebfbdb1708fc5bc8f14ec06de315959375a' 'eb6906f0b46571210cc5147b6f786bdcaf4a39490689e7957dcf78090d1cd020') package() { install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin/" install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}" }