summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 522af77f5354bb01f2e8ad914e71eda2f0632861 (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.19
pkgrel=1
pkgdesc='CLI for interfacing with Neosync'
url='https://www.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.19/neosync_0.4.19_linux_arm64.tar.gz")
sha256sums_aarch64=('a019e84184e5a41a43b0174153fc438b866352e95255c54c9e7470a966def23e')

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

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

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