# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GH_DOM="github.com"
GH_REPO="Bogdanp/racket-forms"
GH_COMMIT="9bb15e21d699d5db70abd9c7389ff260c3beb6ca"
inherit gh racket
DESCRIPTION="Web form validation (docs and implementation)."
HOMEPAGE="https://github.com/Bogdanp/racket-forms"
S="${S}/forms"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
RDEPEND="dev-racket/forms-doc
dev-racket/forms-lib"
BDEPEND="${RDEPEND}"