summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 225fa29b2efe9513df93ec4b240d8fdc011efea4 (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.21
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.21/neosync_0.3.21_linux_arm64.tar.gz")
sha256sums_aarch64=('00533be24714d6a30d1aa16e18b0d3bac1fe2c324c3c9314b707223144b4e2b4')

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

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

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

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