| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.17 | 8 | ~amd64 ~arm64 | 0 |
# 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}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | darkhttpd-1.17.tar.gz | 42322 bytes | https://github.com/emikulic/darkhttpd/archive/v1.17.tar.gz |