# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: Devops pkgname='neosync-bin' pkgver=0.4.6 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.4.6/neosync_0.4.6_linux_arm64.tar.gz") sha256sums_aarch64=('3a374bd61d40992b8970d7642529dac8ad8d00a2c5cf888703652524af3b3a79') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.4.6/neosync_0.4.6_linux_amd64.tar.gz") sha256sums_x86_64=('47e098233e8d6cb544089356565c091391b0355140dee02e0521ec48e17bca84') package() { # bin install -Dm755 "./neosync" "${pkgdir}/usr/bin/neosync" # license install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/neosync/LICENSE" }