| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.17 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A small, static webserver"
HOMEPAGE="http://unix4lyfe.org/darkhttpd/"
SRC_URI="https://github.com/emikulic/darkhttpd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
dobin "${PN}"
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | darkhttpd-1.17.tar.gz | 42322 bytes | https://github.com/emikulic/darkhttpd/archive/refs/tags/v1.17.tar.gz |