mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
www-apps/uwebsockets: version bump
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST uwebsockets-18.12.0.tar.gz 270096 BLAKE2B 5b8556e7158feb8d594eff30c095d8a01db855ae2803c6911ddd7b4d1d400cdc3d876fb9d39d0dc26a07afb19a78b0a9a016daa41105505ecba878b2988d8e1c SHA512 e3eb18d79e61a084c2e54f80643e01ddf4e50d0442da7114eda4f528d5e6a43ff4f090c879fced1cc7db061b6d219cae33e4eb35cbad0d495c72c4117dbd416d
|
||||
DIST uwebsockets-18.13.0.tar.gz 270125 BLAKE2B 236dbda4458649710bd0b5144ce6ecbd589e251774e84d8673e05c3acaab444ef6e68d66e3fff840e7c4de56d3631ed734820ea4f6b5e253bf87a5a2a5b01544 SHA512 5a05480191ac7dd8948090a1bb8565eef6b14c8b32b5d7b5f082f5d51afc5eb5b15cf7eb1c91f6b4d2956bae10d4eeb5498cfa211cbbd54366d98ac0fe1c00a2
|
||||
|
||||
37
www-apps/uwebsockets/uwebsockets-18.13.0.ebuild
Normal file
37
www-apps/uwebsockets/uwebsockets-18.13.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2019-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
|
||||
HOMEPAGE="https://github.com/uNetworking/uWebSockets"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git"
|
||||
else
|
||||
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
S="${WORKDIR}/uWebSockets-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
RDEPEND=">=net-libs/usockets-0.4.1"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-src_Loop.h.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
mv src uWebSockets
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
return 0
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doheader -r uWebSockets
|
||||
}
|
||||
Reference in New Issue
Block a user