rename bin or git
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user