summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8c315775df092ea6ef1edee5bae5e684257bd0d6 (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.1.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.1.1/neosync_0.1.1_linux_arm64.tar.gz")
sha256sums_aarch64=('e0f8fb5e63ed47e09847c268eb9f10d2b09688ac5ac935954b4c9bfd2a94b09b')

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

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

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

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