summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3c9e1379ed34e613ff24699f7101eb8903d1ddc1 (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.3.2
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.3.2/neosync_0.3.2_linux_arm64.tar.gz")
sha256sums_aarch64=('877a14ebd19f5f08f69eaeabf0f99743dacc25b2c7d440191e8ec10550fb426f')

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

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

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

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