# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: Devops pkgname='neosync-bin' pkgver=0.2.2 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.2.2/neosync_0.2.2_linux_arm64.tar.gz") sha256sums_aarch64=('44c51eb4a4dfa202522fcd85bcd18d04596813c9866bd6265bcd5d834afd0dbe') source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.2.2/neosync_0.2.2_linux_386.tar.gz") sha256sums_i686=('91ce32d4d10a621a6c683fdb25fada636c3df07fe9a7e94fc407f572c0387d1f') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.2.2/neosync_0.2.2_linux_amd64.tar.gz") sha256sums_x86_64=('b226a193eab3e19a0c30c427cb3bdbc0e42542202094a2320d71e668d4919c7f') package() { # bin install -Dm755 "./neosync" "${pkgdir}/usr/bin/neosync" # license install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/neosync/LICENSE" }