blob: 91c56370aba0f4b1e9dfe0fcaf7170020381522a (
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=1.0.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/v1.0.0/awts-cli_Linux_arm64.tar.gz")
sha256sums_aarch64=('d65d493d2b85d5df26bc900ec1c2c8ac15844294f37abf720b40fad43e26766a')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/alphaweighted/cli/releases/download/v1.0.0/awts-cli_Linux_x86_64.tar.gz")
sha256sums_x86_64=('c05b2a9bd8839a00cb60dec7cd3f8cccfb826c4e3bac5bcd2fd9d37adee79b90')
package() {
install -Dm755 "./awts" "${pkgdir}/usr/bin/awts"
}
|