summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 716ec29579f26b181e49f1711352322057247f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Devops <devops@nucleuscloud.com>

pkgname='neosync-bin'
pkgver=0.4.1
pkgrel=1
pkgdesc='CLI for interfacing with Neosync'
url='https://neosync.dev'
arch=('aarch64' 'x86_64')
license=('MIT')
provides=('neosync')
conflicts=('neosync')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.4.1/neosync_0.4.1_linux_arm64.tar.gz")
sha256sums_aarch64=('357672c77ecc971b627ecc095e458726bfc886286a17465396fb06358bd501bd')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.4.1/neosync_0.4.1_linux_amd64.tar.gz")
sha256sums_x86_64=('a64c4bac975de5c273c5c388dc42b67dc6850cfdd6b37428128287ccb5110e03')

package() {
  # bin
  install -Dm755 "./neosync" "${pkgdir}/usr/bin/neosync"

  # license
  install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/neosync/LICENSE"
}