name='shfmt-git' version='1.0.0' release='1' desc='A shell formatter. Supports POSIX Shell, Bash, and mksh.' homepage='https://' maintainer="Евгений Храмов " architectures=('all') license=('BSD-3-Clause license') provides=('shfmt') conflicts=('shtmt') sources_amd64=("git+https://github.com/patrickvane/shfmt.git") checksums=('SKIP') build() { cd "$srcdir/shfmt" go build } package() { install -Dm755 ./shfmt/ "${pkgdir}/usr/bin/shfmt" }