mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 07:48:56 -04:00
www-servers/darkhttpd: add 1.14, drop 1.13
Signed-off-by: liuyujielol <2073201758GD@gmail.com>
This commit is contained in:
parent
c96200e40f
commit
2a390b4f2e
@ -1 +1 @@
|
||||
DIST darkhttpd-1.13.tar.gz 37708 BLAKE2B 18f3c33e0e080ed66ab4b276277db05284de43bb15380aff13b8dbdc636ddbed6fe55e67b4c2f35be638fd208ebc0dd33ea55c351f8692db2ec032982b057e72 SHA512 2c8c5dd225f3ba8b636adeae049039b5c3f852b3efe17969075cd361c34f7bfbef9efa6d64a0a9c6021fae939d85befe92981923e1fa3d326c8a8402f3358868
|
||||
DIST darkhttpd-1.14.tar.gz 37662 BLAKE2B 634f6bc969a13b8c9832b00623b11cc1bcc85464dd65eb12929d56bdc8feea76c3a7792d514e407c5d305452710092e5f023c0ee988748e004769743569ba970 SHA512 c2017ab6a7aafe8527610b15ee9f057a44a416852baa777d58a684903b45b4568deb1a67b56e73cc4bfabb5d629b7bdc6e956ad58b9c4abc58ef14e5cef67eac
|
||||
|
@ -1,19 +1,16 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
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="BSD"
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
dobin "${PN}"
|
||||
dodoc README.md
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user