www-servers/darkhttpd - 1.17 (jacksonchen666)

Search

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 JacksonChen666
# 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