devel/hs-ShellCheck: Link Haskell dependencies statically

ShellCheck is an essential tool that should not require having the
entire Haskell toolchain installed which most users do not need.

The installed size (including all run dependencies) goes down from
~2 GiB to ~35 MiB.  This brings the hs-ShellCheck package more in
line with what is provided by various Linux distributions and
OpenBSD.

PR:		233376
Submitted by:	tobik
Approved by:	pizzamig (maintainer), haskell (arrowd)
This commit is contained in:
Tobias Kortkamp 2018-11-22 04:36:53 +00:00
parent 390129ae6b
commit f5ca96abe1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485580

View file

@ -4,7 +4,7 @@ PORTNAME= ShellCheck
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.7-129
DISTVERSIONSUFFIX= -gb5e5d24
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= pizzamig@FreeBSD.org
@ -19,6 +19,10 @@ GH_ACCOUNT= koalaman
GH_PROJECT= ${PORTNAME:tl}
EXECUTABLE= shellcheck
IGNORE_DOCS= yes
IGNORE_DYNAMIC= yes
IGNORE_PROFILE= yes
STANDALONE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>