summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed2e9d1fcc4c57b06a688d9205de1f8a7a996ba0 (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.3.68
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.3.68/neosync_0.3.68_linux_arm64.tar.gz")
sha256sums_aarch64=('9dee281b1bf78a864e4cc1b44f97ae6b2dc9d6ed27676e6b7fa84f0deef50b27')

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

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

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