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

EAPI=8

GH_DOM="github.com"
GH_REPO="soegaard/peek"
GH_COMMIT="a5fdc7935d516d6c1ffcb9ecca3370163172896c"

inherit gh racket

DESCRIPTION="A tool for previewing files in the terminal"
HOMEPAGE="https://github.com/soegaard/peek"
S="${S}/peek-doc"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"

RDEPEND="dev-racket/peek-lib
	dev-racket/scribble-tools"
BDEPEND="${RDEPEND}"