summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 277ed900d365f31c4a81f8250e7dfc184e206fdf (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.3.1
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.3.1/neosync_0.3.1_linux_arm64.tar.gz")
sha256sums_aarch64=('e29373dbc60e4b8333c2ea460f70b7b3caedb5f295d7c9e67a65d699a11b68f6')

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

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

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

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