summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 229e9c71a93bf3604c64d2dcbe3f6b8e1e57271a (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.0.13
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.0.13/neosync_0.0.13_linux_arm64.tar.gz")
sha256sums_aarch64=('84aa1431512e4571207c4e480df861a7db902c7d9edd7fe16e9191292100fdf6')

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

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

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

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