summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a197e0596e837669c98f70777a1b2d796af90524 (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.3.60
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.3.60/neosync_0.3.60_linux_arm64.tar.gz")
sha256sums_aarch64=('388358c04a39162c6990fd7ccf423e9adc1c36cca652c527ff6b986ee9a3a2fb')

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

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

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