summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a5a4e5be3853b28e5f61e127802ab507a2675be9 (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.0.19
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.0.19/neosync_0.0.19_linux_arm64.tar.gz")
sha256sums_aarch64=('472c09265a0187010bf35deb0625c815b7b8c4860e1e61aba68328e507e6b174')

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

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

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

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