clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
521 stars 29 forks source link

Package shfmt #403

Open gtkramer opened 5 years ago

gtkramer commented 5 years ago

Is your feature request related to a problem? Please describe. Shell is surprisingly fluid and forms often vary between how scripts are written.

Describe the solution you'd like Package shfmt for formatting shell code in a consistent manner.

Describe alternatives you've considered None

Additional context None

ahkok commented 5 years ago

I find it ironic that shfmt is golang.

gtkramer commented 5 years ago

ghc has been packaged. Need to work through remaining haskell dependencies to build ShellCheck.

lebensterben commented 5 years ago

@gtkramer I've already built ShellCheck with stack. There doesn't seem to be any error. Have you tried?

gtkramer commented 5 years ago

@lebensterben , ah, yes, stack does build shellcheck nicely locally. It would be nice if you didn't need to do this, however. We should probably use #271 to follow ShellCheck addition.