# Maintainer: Danilo Kuehn _pkgname=dry _pkgver=v0.9-beta.7 _pkgdownload=${_pkgname}_${_pkgver} pkgname=dry-bin pkgver=0.9 pkgrel=7 pkgdesc="dry is a terminal application to manage Docker containers and images" url="http://moncho.github.io/dry/" arch=('x86_64' 'i686') license=('MIT') depends=('docker') if test "$CARCH" == i686; then source=( "${_pkgdownlad}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-386" ) sha256sums=( '69ad73e1e89a23b8ffa4c9b797a872889cee14318994ac106be3c1c28e3a6158' ) else source=( "${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64" ) sha256sums=( '807f486a8058d5c70f778b0fa53c94ebbd8b23d4c5c8b59af86307e92e249331' ) fi package() { install -Dm755 "${srcdir}/${_pkgdownload}" "${pkgdir}/usr/bin/${_pkgname}" }