mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ghc-bin: enable for ppc64le-musl
This commit is contained in:
parent
77c06972c6
commit
fe7dba326d
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=ghc-bin
|
pkgname=ghc-bin
|
||||||
version=8.8.4
|
version=8.8.4
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64* ppc64le"
|
archs="i686 x86_64* ppc64le*"
|
||||||
wrksrc="ghc-${version%[!0-9]}"
|
wrksrc="ghc-${version%[!0-9]}"
|
||||||
hostmakedepends="ncurses perl libffi libnuma"
|
hostmakedepends="ncurses perl libffi libnuma"
|
||||||
depends="ncurses perl gcc libffi-devel gmp-devel"
|
depends="ncurses perl gcc libffi-devel gmp-devel"
|
||||||
|
@ -31,6 +31,10 @@ ppc64le)
|
||||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
|
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
|
||||||
checksum=4a13d36a3e3d605db02b89269ed727c3ba23c9d03b84b72c1716a910a28f8074
|
checksum=4a13d36a3e3d605db02b89269ed727c3ba23c9d03b84b72c1716a910a28f8074
|
||||||
;;
|
;;
|
||||||
|
ppc64le-musl)
|
||||||
|
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
|
||||||
|
checksum=b35ba0cb20a05555ac6c2c92f9f090c665e55b3d295d58a801eb88bd4f6baab3
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue