mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
26
www-servers/quark/quark-0_pre20220817.ebuild
Normal file
26
www-servers/quark/quark-0_pre20220817.ebuild
Normal 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
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user