# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: Devops pkgname='neosync-bin' pkgver=0.3.63 pkgrel=1 pkgdesc='CLI for interfacing with Neosync' url='https://neosync.dev' arch=('aarch64' 'x86_64') license=('MIT') provides=('neosync') conflicts=('neosync') source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.3.63/neosync_0.3.63_linux_arm64.tar.gz") sha256sums_aarch64=('8a8cb7ecee6fe608b35aa76505ce339004bb143f0651270504f1752080df2259') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.3.63/neosync_0.3.63_linux_amd64.tar.gz") sha256sums_x86_64=('7d8c8b4cf908bfa0a5b859120a7204021c7e25acdbfaa8816367e3c22937fdac') package() { # bin install -Dm755 "./neosync" "${pkgdir}/usr/bin/neosync" # license install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/neosync/LICENSE" }