summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c966f833c3c834bf3a44e9124c718bf527aa7cca (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.15
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.15/neosync_0.3.15_linux_arm64.tar.gz")
sha256sums_aarch64=('8a1d3010d4d7a58b9ea897f1eedfc9df14893ccaef9e9febfbc15e77884ff218')

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

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

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

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