# Maintainer: Kazuya Yokogawa pkgname='cfn-guard' pkgver=2.1.0 pkgrel=1 pkgdesc='A set of tools to check AWS CloudFormation templates for policy compliance using a simple, policy-as-code, declarative syntax' url='https://github.com/aws-cloudformation/cloudformation-guard' license=('Apache') arch=('x86_64') depends=('gcc-libs') conflicts=("cfn-guard-git") source=("${url}/releases/download/${pkgver}/${pkgname}-v2-ubuntu-latest.tar.gz") sha256sums=('fcc5b758607234efcf95d82f22097a0fc6acf5d9db7bc161cd838797da1f3c96') package() { install -Dm755 ${srcdir}/cfn-guard-v2-ubuntu-latest/cfn-guard "$pkgdir/usr/bin/cfn-guard" install -Dm644 ${srcdir}/cfn-guard-v2-ubuntu-latest/README.md "$pkgdir/usr/share/doc/${pkgname}/README.md" }