www-servers/woof - 9999 (gentoo-zh)

Search

Install

Install this version:

emerge -a =www-servers/woof-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =www-servers/woof-9999

Or alternatively:

emerge --autounmask-write -a =www-servers/woof-9999

Package Information

Description:
an ad-hoc single file webserver
Homepage:
http://www.home.unix-ag.org/simon/woof.html https://github.com/simon-budig/woof
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )

inherit git-r3 python-single-r1

DESCRIPTION="an ad-hoc single file webserver"
HOMEPAGE="http://www.home.unix-ag.org/simon/woof.html https://github.com/simon-budig/woof"
EGIT_REPO_URI="https://github.com/simon-budig/${PN}.git"

LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~amd64 ~x86"

IUSE="+gzip +bzip2 +unzip"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="
	gzip? ( app-arch/gzip )
	bzip2? ( app-arch/bzip2 )
	unzip? ( app-arch/unzip )
"

RDEPEND="
	${DEPEND}
	${PYTHON_DEPS}
"

src_install(){
	python_doscript ${PN}
}

USE Flags

Manage flags for this package: euse -i <flag> -p www-servers/woof | euse -E <flag> -p www-servers/woof | euse -D <flag> -p www-servers/woof

Global/Standard Flags

gzip
Default: Enabled (+)
bzip2
Default: Enabled (+)
unzip
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	gzip? ( app-arch/gzip )
	bzip2? ( app-arch/bzip2 )
	unzip? ( app-arch/unzip )

RDEPEND

	
	gzip? ( app-arch/gzip )
	bzip2? ( app-arch/bzip2 )
	unzip? ( app-arch/unzip )