# Maintainer: Danilo Kuehn _pkgname=dry _pkgver=v0.7-beta.1 _pkgdownload=${_pkgname}_${_pkgver} pkgname=dry-bin pkgver=0.7 pkgrel=1 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=( 'c2cf7acb77328576b60736d24568c286e6b5650c822e318b3a1d1064b0623faa' ) else source=( "${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64" ) sha256sums=( 'bfca25b97d7671c5a6a5929f20b1538de19876f1eddd4704664154e9df2c8004' ) fi package() { install -Dm755 "${srcdir}/${_pkgdownload}" "${pkgdir}/usr/bin/${_pkgname}" }