# Maintainer: Max Furman # Maintainer: Sebastian Tiedtke # Maintainer: Nazar Mishturak _binname=step-ca pkgname=$_binname-bin pkgver=0.15.6 pkgrel=1 pkgdesc="An online certificate authority and related tools for secure automated certificate management, so you can use TLS everywhere." arch=('x86_64' 'aarch64') url="https://smallstep.com/certificates" license=('Apache') source_x86_64=("https://github.com/smallstep/certificates/releases/download/v${pkgver}/step-certificates_linux_${pkgver}_amd64.tar.gz") sha256sums_x86_64=("555902c33db4877c7b68fe46e226e88b976e74d66220beca3860589a7da0b3d9") source_aarch64=("https://github.com/smallstep/certificates/releases/download/v${pkgver}/step-certificates_linux_${pkgver}_arm64.tar.gz") sha256sums_aarch64=("841b28cb3a2068d3db5d279e585a74d7d8af6f5c373b1c61f29e9beeacd9db98") package() { install -Dm755 "step-certificates_$pkgver/bin/$_binname" "$pkgdir/usr/bin/$_binname" install -Dm644 "step-certificates_$pkgver/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md" }