From 57b4d5e4e1e179d14cb84e80086d6a3fe643a629 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 4 Oct 2024 06:29:53 +0000 Subject: [PATCH] community/happy: take over maintainership emailed previous maintainer in March and September, received no reply community/alex from previous commit has the same maintainer --- community/happy/APKBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/community/happy/APKBUILD b/community/happy/APKBUILD index 1e85ffbf2ef2..6e0e9c9a98ff 100644 --- a/community/happy/APKBUILD +++ b/community/happy/APKBUILD @@ -1,21 +1,17 @@ # Contributor: River Dillon <oss@outerpassage.net> -# Maintainer: River Dillon <oss@outerpassage.net> +# Maintainer: Celeste <cielesti@protonmail.com> pkgname=happy pkgver=1.21.0 -pkgrel=1 -pkgdesc="parser generator for Haskell" +pkgrel=2 +pkgdesc="Parser generator for Haskell" url="https://www.haskell.org/happy/" arch="x86_64 aarch64" # limited by ghc license="BSD-2-Clause" makedepends="ghc libffi-dev" -[ "$CARCH" = "aarch64" ] && options="!check" # tests broken on aarch64 due to https://github.com/llvm/llvm-project/issues/52844 -source=" - https://hackage.haskell.org/package/happy-$pkgver/happy-$pkgver.tar.gz - " +subpackages="$pkgname-doc" +source="https://hackage.haskell.org/package/happy-$pkgver/happy-$pkgver.tar.gz" build() { - # ghc version path - export PATH="$PATH:/usr/lib/llvm14/bin" runhaskell Setup.hs configure \ "--prefix=/usr" \ "--datasubdir=$pkgname" \ -- GitLab