summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 70b41cc119c1c96a09a75b97995e509486f15840 (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.3.53
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.3.53/neosync_0.3.53_linux_arm64.tar.gz")
sha256sums_aarch64=('fa364733739e0ded0948e18d091bc51316b1ae29155b66970da915104b39a14a')

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

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

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