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

EAPI=8

GH_DOM="codeberg.org"
GH_REPO="xgqt/xgqt-racket-app-bumpv"

inherit gh racket

DESCRIPTION="Bump your Racket-based project version. Core."
HOMEPAGE="https://codeberg.org/xgqt/xgqt-racket-app-bumpv"
S="${S}/src/bumpv-lib"

LICENSE="GPL-2+"
SLOT="0"

RDEPEND="dev-racket/colorize
	dev-racket/ziptie-git"
BDEPEND="${RDEPEND}"