# Contributor: Olliver Schinagl # Maintainer: Olliver Schinagl pkgname="shfmt" pkgver=3.0.1 pkgrel=0 pkgdesc="A shell parser, formatter, and interpreter (sh/bash/mksh)" url="https://mvdan.cc/sh" arch="all" license="BSD-3-Clause" options="!check" # no test suite makedepends="go" source="$pkgname-$pkgver.tar.gz::https://github.com/mvdan/sh/archive/v$pkgver.tar.gz" builddir="$srcdir/sh-$pkgver" build() { go build \ -ldflags "-w -X main.version=$pkgver-$pkgrel" \ -v \ ./cmd/shfmt } package() { install -Dm755 -t "$pkgdir"/usr/bin \ "$builddir"/shfmt } sha512sums="751a79c0e0da298613c135be1142a0ea34973467bb7db340ec756f4bd97daf09af459d97f43911804e19b2643b9ee78c607544bca7b8561d75acb374d2f533cf shfmt-3.0.1.tar.gz"