summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0b99888f6c041c36a3d7bb2087de462db4b1fabe (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.6
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.6/neosync_0.3.6_linux_arm64.tar.gz")
sha256sums_aarch64=('1de991a8de65bccd45f517a6c4be52f26d59b3da53fa906b4ae5bb6a943402ad')

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

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

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

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