mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 14:10:38 +08:00
Add extra source files in the source tarball
This way ShellCheck can be entirely built (including the test suite) from the Hackage tarball. The source tarball can be generated using: cabal sdist
This commit is contained in:
@@ -22,6 +22,16 @@ Description:
|
|||||||
* To point out subtle caveats, corner cases and pitfalls, that may cause an
|
* To point out subtle caveats, corner cases and pitfalls, that may cause an
|
||||||
advanced user's otherwise working script to fail under future circumstances.
|
advanced user's otherwise working script to fail under future circumstances.
|
||||||
|
|
||||||
|
Extra-Source-Files:
|
||||||
|
-- documentation
|
||||||
|
README.md
|
||||||
|
shellcheck.1.md
|
||||||
|
-- tests
|
||||||
|
test/quackCheck.hs
|
||||||
|
test/runQuack
|
||||||
|
-- misc
|
||||||
|
Makefile
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: git://github.com/koalaman/shellcheck.git
|
location: git://github.com/koalaman/shellcheck.git
|
||||||
|
Reference in New Issue
Block a user