summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 546e0ccfcc907e2bd6e0cd0e8d4ae23c4d3e4b35 (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.32
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.32/neosync_0.3.32_linux_arm64.tar.gz")
sha256sums_aarch64=('03f1391c04d5f09d8fca9f932544c96748d052e7c0df9353beae13f861ae6efa')

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

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

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

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