summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9c4242c195e70197a9ab3864b62a679a8f9ccf08 (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Devops <devops@nucleuscloud.com>

pkgname='neosync-bin'
pkgver=0.4.35
pkgrel=1
pkgdesc='CLI for interfacing with Neosync'
url='https://www.neosync.dev'
arch=('aarch64' 'x86_64')
license=('MIT')
provides=('neosync')
conflicts=('neosync')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nucleuscloud/neosync/releases/download/v0.4.35/neosync_0.4.35_linux_arm64.tar.gz")
sha256sums_aarch64=('c9edbe90e63b808cd62be767e00313eaf46a83162faac11e075a0cb30d7e7a19')

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

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

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