summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4d3b5f8acd2ddb0f627f9c4000fbd53a0939ca44 (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.18
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.18/neosync_0.4.18_linux_arm64.tar.gz")
sha256sums_aarch64=('7136c5bee0700c8bfb4e890aae277e9f6b44a0aebb7a266be2ef135543fa9468')

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

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

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