ghc-bin: extract update_* to external update file
This commit is contained in:
parent
11c489a9d6
commit
ecc2598ccc
|
@ -7,7 +7,6 @@ short_desc="Glorious Haskell Compiler - precompiled binaries"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="custom"
|
||||
homepage="http://www.haskell.org/ghc/"
|
||||
update_pattern='ghc-bin-\K[\d.]+\d+'
|
||||
only_for_archs="i686 x86_64"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern='ghc-bin-\K[\d.]+\d+'
|
Loading…
Reference in New Issue