Add www-misc/slowcgi[live]
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
29
www-misc/slowcgi/slowcgi-9999.ebuild
Normal file
29
www-misc/slowcgi/slowcgi-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2026 Shin'ya Minazuki
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="FastCGI to CGI wrapper ported from OpenBSD"
|
||||
HOMEPAGE="https://github.com/adaugherity/slowcgi-portable"
|
||||
EGIT_REPO_URI="https://github.com/adaugherity/slowcgi-portable"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libevent
|
||||
dev-libs/libbsd
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkg-config
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" sbindir="${EPREFIX}/usr/sbin" mandir="${EPREFIX}/usr/share/man" install
|
||||
}
|
||||
Reference in New Issue
Block a user