# Maintainer: Matthew McGinn # Contributor: E5ten pkgname=yq2-bin pkgver=3.3.0 pkgrel=1 pkgdesc='a portable command-line YAML processor' arch=('x86_64') url='https://github.com/mikefarah/yq' _github_url="https://github.com/mikefarah/yq" license=('MIT') provides=('yq') conflicts=('yq') source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64") sha256sums=('e70e482e7ddb9cf83b52f5e83b694a19e3aaf36acf6b82512cbe66e41d569201') package() { install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq" }