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