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