summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9f02b42ad19f0665f6a543b13edb39b00805e1ed (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.47
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.47/neosync_0.3.47_linux_arm64.tar.gz")
sha256sums_aarch64=('0f5b25e05deb712c59d6cff9a1ca6231c4f6826605d2723eb1ac3f0ebed4305b')

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

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

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