summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d3299e8dc9757b5dc11b2fc6b83780f2a86e4985 (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.62
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.62/neosync_0.3.62_linux_arm64.tar.gz")
sha256sums_aarch64=('8df205ffc7a04d2e3c8efd6027c87e26a9002a0a64355bbf49f19347d6b3de10')

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

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

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