mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-nim/ws: new package, add 0.5.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-nim/ws/Manifest
Normal file
1
dev-nim/ws/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ws-0.5.0.tar.gz 2279043 BLAKE2B 3bfce18e21113fa9d2b604a29bd0ed13929318885ba0e3012998848c043fc3348fc7a742103c0d10bc6d4a7754b15e08ec922609c063229fda26a7e36a0c796e SHA512 f0a4a54f42bddd1fb61400c2b5e2db08a1d2d47e533c0b2b3c65e6ee47e171c9339e85d38531e255b5520103f587c44c5722907d4f5b621f240273c460ac0f2f
|
||||
11
dev-nim/ws/metadata.xml
Normal file
11
dev-nim/ws/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">treeform/ws</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
26
dev-nim/ws/ws-0.5.0.ebuild
Normal file
26
dev-nim/ws/ws-0.5.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="Simple WebSocket library for nim"
|
||||
HOMEPAGE="
|
||||
https://github.com/treeform/ws
|
||||
https://nimble.directory/pkg/ws
|
||||
"
|
||||
SRC_URI="https://github.com/treeform/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
set_package_url "https://github.com/treeform/ws"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# remove failing tests
|
||||
rm tests/test_timeout.nim || die
|
||||
}
|
||||
Reference in New Issue
Block a user