summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b569b7c355699e3eba620d5a965b418df6e28610 (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.40
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.40/neosync_0.3.40_linux_arm64.tar.gz")
sha256sums_aarch64=('9a3dc51247abbbc8dd9b9f8a47cca0cc9b1c3b368c166b93d090684aebd2ca82')

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

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

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

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