summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b9ade686adcf6ecf4e97d285258115c20a866d91 (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.17
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.17/neosync_0.4.17_linux_arm64.tar.gz")
sha256sums_aarch64=('4cd4fff4f932b8c15f8feac83c727808ba8f41ff893f23925b720c0d2274f31d')

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

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

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