summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 64822aa650056f7b18f57c0fa11ce60f1ba418f6 (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.16
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.16/neosync_0.0.16_linux_arm64.tar.gz")
sha256sums_aarch64=('fd46ae0c173dfd01a6c1b277820781e9c08d03208c2a79310255e2f33fac5bc7')

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

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

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

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