# Maintainer: amesgen pkgname=ghcup-hs-bin pkgver=0.1.22.0 pkgrel=1 pkgdesc="an installer for the general purpose language Haskell" arch=('x86_64' 'aarch64' 'armv7h' 'i686') url="https://www.haskell.org/ghcup/" license=('LGPL3') depends=() optdepends=('curl' 'wget' "ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5") conflicts=('ghcup-git') source_x86_64=(ghcup-$pkgver-$pkgrel-x86_64::https://downloads.haskell.org/~ghcup/$pkgver/x86_64-linux-ghcup-$pkgver) source_aarch64=(ghcup-$pkgver-$pkgrel-aarch64::https://downloads.haskell.org/~ghcup/$pkgver/aarch64-linux-ghcup-$pkgver) source_armv7h=(ghcup-$pkgver-$pkgrel-armv7h::https://downloads.haskell.org/~ghcup/$pkgver/armv7-linux-ghcup-$pkgver) source_i686=(ghcup-$pkgver-$pkgrel-i686::https://downloads.haskell.org/~ghcup/$pkgver/i386-linux-ghcup-$pkgver) sha256sums_x86_64=('bf213f4dfd2271b46ca52e2f14e96850ce32e9115e5acc90f1dc5a4e815e32af') sha256sums_aarch64=('3eda556959462579b73558616646c9fc01a583acc7a4611bb21a32706deae142') sha256sums_armv7h=('7c66253e52c5fb627a4d4b203a69e69f4d7732348ad6a830a41d7e2d79a61c5d') sha256sums_i686=('1fd4fa989653a127d33f90cb4cc11fd024ea4085e795c0b0f6ed97afc5e8b634') install="$pkgname.install" package() { install -Dm755 ghcup-$pkgver-$pkgrel-$CARCH "$pkgdir/usr/bin/ghcup" _install_completion_script bash bash-completion/completions/ghcup _install_completion_script zsh zsh/site-functions/_ghcup _install_completion_script fish fish/vendor_completions.d/ghcup.fish } _install_completion_script() { install -Dm644 <("$pkgdir/usr/bin/ghcup" --$1-completion-script "/usr/bin/ghcup") "$pkgdir/usr/share/$2" }