mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-nim/httpbeast: new package, add 0.4.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
c4c4ee8ac8
commit
68f0c20f6d
1
dev-nim/httpbeast/Manifest
Normal file
1
dev-nim/httpbeast/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST httpbeast-0.4.1.tar.gz 12581 BLAKE2B 47b07a11192f3554ac0e127c94a9309dc963f3d00dd839aae7b3cadb5825fd3a227224f0e215a421150c70e5fa44ad71754da113e0dd00c688e0ed28f115ff7c SHA512 cb06765d89ebc948f3ffc4121b50ff75f5710c5a196ee97ef3c0efa1e3d53fc3fb3d3bb724c4dab49687c7f6754ea44722f672f07293c3c9da9c06c67ccf34c8
|
36
dev-nim/httpbeast/httpbeast-0.4.1.ebuild
Normal file
36
dev-nim/httpbeast/httpbeast-0.4.1.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="A super-fast epoll-backed and parallel HTTP server"
|
||||
HOMEPAGE="
|
||||
https://github.com/dom96/httpbeast
|
||||
https://nimble.directory/pkg/httpbeast
|
||||
"
|
||||
SRC_URI="https://github.com/dom96/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="test? ( dev-nim/asynctools )"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
set_package_url "https://github.com/dom96/httpbeast"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
use test || nimble_comment_requires asynctools
|
||||
sed "s/nimble c -y/nim c/g" -i tests/tester.nim || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
enim r tests/tester
|
||||
}
|
11
dev-nim/httpbeast/metadata.xml
Normal file
11
dev-nim/httpbeast/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">dom96/httpbeast</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user