summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b9e78d794ccd11fbcb4481f591595efe1f2d1895 (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.14
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.14/neosync_0.0.14_linux_arm64.tar.gz")
sha256sums_aarch64=('ce91ee8e2fadd45e69dee090e025e433c3c5327b61f2de00612e636bef51ae87')

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

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

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

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