www-servers/quark: add 0_pre20220817; use an ebuild template

Closes: https://bugs.gentoo.org/955535
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-11-19 16:39:32 +06:00
parent 517a190af1
commit 09a9c36ff9
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# 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/"
if [[ ${PV} != *9999* ]]; then
EGIT_COMMIT="5ad0df91757fbc577ffceeca633725e962da345d"
fi
LICENSE="ISC"
SLOT="0"
PATCHES=(
"${FILESDIR}"/quark-9999-configure.patch
)
src_configure() {
export CC=$(tc-getCC)
export PREFIX="${EPREFIX}"/usr
}

View File

@@ -9,6 +9,10 @@ DESCRIPTION="A small, GET-only static HTTP server"
HOMEPAGE="https://tools.suckless.org/quark/"
EGIT_REPO_URI="https://git.suckless.org/quark/"
if [[ ${PV} != *9999* ]]; then
EGIT_COMMIT=""
fi
LICENSE="ISC"
SLOT="0"