# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GH_DOM="github.com"
GH_REPO="cloudrac3r/racket-socks5"

inherit gh racket

DESCRIPTION="SOCKS5 TCP Client"
HOMEPAGE="https://github.com/cloudrac3r/racket-socks5"

LICENSE="BSD"
SLOT="0"

RDEPEND="dev-racket/http-easy
	dev-racket/http-easy-lib
	dev-racket/hyper-literate
	dev-racket/net-ip-lib
	dev-racket/scribble-enhanced"
BDEPEND="${RDEPEND}"