summaryrefslogtreecommitdiff
path: root/www-servers/darkhttpd/darkhttpd-1.17.ebuild
blob: a75aade00e7b5db79b836334120b06867db791b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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}"
}