summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0a44b2895287fe8e6d81e053af49497e36e017bc (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
27
28
29
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Devops <devops@nucleuscloud.com>

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

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

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.0.18/neosync_0.0.18_linux_386.tar.gz")
sha256sums_i686=('d04fc439bec5830f0c61b6718e8580bd2e0ec26e6a36c134d767f97e5ad0b2c1')

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

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

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