summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4207e190942d53b3130504d9623680c4642d9c11 (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
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Abhimanyu Sharma <abhimanyusharma003@gmail.com>

pkgname='sttr-bin'
pkgver=0.2.24
pkgrel=1
pkgdesc='sttr is command line software that allows you to quickly run various transformation operations on the string.'
url='https://github.com/abhimanyu003/sttr'
arch=('aarch64' 'i686' 'x86_64')
license=('MIT')
provides=('sttr')
conflicts=('sttr')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/abhimanyu003/sttr/releases/download/v0.2.24/sttr_0.2.24_linux_arm64.tar.gz")
sha256sums_aarch64=('b42126dc43a44da60fbd5cb39c5a4fcc36bea90484e6840bbc8b821e5ff20250')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/abhimanyu003/sttr/releases/download/v0.2.24/sttr_0.2.24_linux_386.tar.gz")
sha256sums_i686=('0bee0fc41e9d3430b24afb2648b3833fb65a0a6afdd6631cea8b96117942f1ff')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/abhimanyu003/sttr/releases/download/v0.2.24/sttr_0.2.24_linux_amd64.tar.gz")
sha256sums_x86_64=('70c96ca9c3e5b5d37ac687d1c39785a38fb0ddab0748a8b7d72378540e21d37b')

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