rename bin or git

This commit is contained in:
2023-01-08 14:49:07 +03:00
parent efb2257abb
commit 091a4b7f2d
16 changed files with 61 additions and 51 deletions

View File

@ -1,5 +1,5 @@
name='shfmt-git'
version='1.0.0'
version='3241.08049c8'
release='1'
desc='A shell formatter. Supports POSIX Shell, Bash, and mksh.'
homepage='https://'
@ -12,6 +12,11 @@ conflicts=('shtmt')
sources=("git+https://github.com/patrickvane/shfmt.git")
checksums=('SKIP')
version() {
cd "$srcdir/${provides}"
git-version
}
build() {
cd "$srcdir/shfmt/cmd/shfmt"
go build