www-servers/darkhttpd - 1.17 (guru)

Search

Install

Install this version:

emerge -a =www-servers/darkhttpd-1.17

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

autounmask =www-servers/darkhttpd-1.17

Or alternatively:

emerge --autounmask-write -a =www-servers/darkhttpd-1.17

Package Information

Description:
When you need a web server in a hurry
Homepage:
https://unix4lyfe.org/darkhttpd/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.17 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="When you need a web server in a hurry"
HOMEPAGE="https://unix4lyfe.org/darkhttpd/"
SRC_URI="https://github.com/emikulic/darkhttpd/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

# tests fail
RESTRICT="test"

src_install() {
	dodoc README.md
	dobin "${PN}"
}

Manifest for 1.17

Type File Size Source URLs
DIST darkhttpd-1.17.tar.gz 42322 bytes https://github.com/emikulic/darkhttpd/archive/v1.17.tar.gz