dev-racket/libgit2 - 9999 (racket-overlay)

Search

Package Information

Description:
Low-level Racket bindings for the libgit2 C library
Homepage:
https://github.com/libgit2-racket/libgit2
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GH_DOM="github.com"
GH_REPO="libgit2-racket/libgit2"

inherit gh racket

DESCRIPTION="Low-level Racket bindings for the libgit2 C library"
HOMEPAGE="https://github.com/libgit2-racket/libgit2"
S="${S}/libgit2"

LICENSE="MIT"
SLOT="0"

RDEPEND="dev-racket/libgit2-native-libs
	dev-racket/rackunit-spec"
BDEPEND="${RDEPEND}"

Dependencies

RDEPEND

dev-racket/libgit2-native-libs
	dev-racket/rackunit-spec

BDEPEND

dev-racket/libgit2-native-libs
	dev-racket/rackunit-spec