summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ae7acfc1e37f93ec0e6205a22c625c8fe92949f7 (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.42
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.42/neosync_0.3.42_linux_arm64.tar.gz")
sha256sums_aarch64=('0e7c207b7f710b161de6ac3351dc5857c0ec64a1f7519453362af74df35b25ff')

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

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

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

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