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