blob: 018861f2783f87df22bb9bf3ac3c6cfcc24358fc (
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
27
28
29
|
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: atinylittleshell <shell@atinylittleshell.me>
pkgname='gsh-bin'
pkgver=0.22.1
pkgrel=1
pkgdesc='A modern, POSIX-compatible, generative shell'
url='https://github.com/atinylittleshell/gsh'
arch=('aarch64' 'i686' 'x86_64')
license=('GPL-3.0-or-later')
provides=('gsh')
conflicts=('gsh')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.22.1/gsh_Linux_arm64.tar.gz")
sha256sums_aarch64=('6d65a1e709e17000c89435118865b7134bec8baf3653651f4794fd1a8d0ff891')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.22.1/gsh_Linux_i386.tar.gz")
sha256sums_i686=('8c06da5f911925881a375619f820e7aef336cd1fe85cc7b3eab7f66348f93e11')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/atinylittleshell/gsh/releases/download/v0.22.1/gsh_Linux_x86_64.tar.gz")
sha256sums_x86_64=('bde8d84db830241aa551838896efb12b3cf2cede17382daa80bddd9fb9474a40')
package() {
# bin
install -Dm755 "./gsh" "${pkgdir}/usr/bin/gsh"
# license
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/gsh/LICENSE"
}
|