summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: aa926b71ab5bd1f21c610dc0c2e3a9b640bfa2e2 (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.14
pkgrel=1
pkgdesc='CLI for interfacing with Neosync'
url='https://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.14/neosync_0.4.14_linux_arm64.tar.gz")
sha256sums_aarch64=('7a008e99cfe5cc4ccea11e137b41706ab3ab74bdde56be48f688f2faaadc93e0')

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

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

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