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