summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e781a4c644309c279d76d8a23c77e432f5139572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Alphaweighted <ceres@alphaweighted.com>

pkgname='awts-cli-bin'
pkgver=0.5.0
pkgrel=1
pkgdesc='Command-line tool for interacting with AWTS systematic trading system environments'
url='https://alphaweighted.com'
arch=('aarch64' 'x86_64')
license=('CC-BY-ND-4.0')
provides=('awts-cli')
conflicts=('awts-cli')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/alphaweighted/cli/releases/download/v0.5.0/awts-cli_Linux_arm64.tar.gz")
sha256sums_aarch64=('0976da17678796342da04eac5877d78daa122c588b77d984dbb90193c87927f0')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/alphaweighted/cli/releases/download/v0.5.0/awts-cli_Linux_x86_64.tar.gz")
sha256sums_x86_64=('4a7e411c77455199f9445cee7f3c5d88beb48822b6815757909866b0f99f7f05')

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