summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 863c3316c0b75a1dfd2f535edf351a996158edcd (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.4.5
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.4.5/neosync_0.4.5_linux_arm64.tar.gz")
sha256sums_aarch64=('59fd0d60d2a14ce52c998e68430fbc5efcc51b7bb407f627a9ca3652a9d73343')

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

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

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