summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c5715738dc1661f43b705d54d159bca9826e9b81 (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.39
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.39/neosync_0.3.39_linux_arm64.tar.gz")
sha256sums_aarch64=('b0982e46095378dd2ab20f926b3d4151ca5290706a06a6d6d49f0608c29fb8ef')

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

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

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

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