Files
guru/www-servers/quark/quark-9999.ebuild
Viorel Munteanu 764e9c7f33 www-servers/quark: update EAPI 7 -> 8
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-06-07 09:53:53 +03:00

23 lines
444 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 toolchain-funcs
DESCRIPTION="A small, GET-only static HTTP server"
HOMEPAGE="https://tools.suckless.org/quark/"
EGIT_REPO_URI="https://git.suckless.org/quark/"
LICENSE="ISC"
SLOT="0"
PATCHES=(
"${FILESDIR}"/quark-9999-configure.patch
)
src_configure() {
export CC=$(tc-getCC)
export PREFIX="${EPREFIX}"/usr
}