dev-util/cdecl - 18.4.1 (gentoo)

Search

Package Information

Description:
Composing and deciphering C (or C++) declarations or casts, aka "gibberish."
Homepage:
https://github.com/paul-j-lucas/cdecl
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
18.4.1 8 amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="debug readline ncurses"

DEPEND="
	ncurses? ( sys-libs/ncurses:= )
	readline? ( sys-libs/readline:= )
"
RDEPEND="${DEPEND}"

src_configure() {
	econf \
		$(use_with readline) \
		$(use_enable ncurses term-size) \
		$(use_enable debug bison-debug) \
		$(use_enable debug flex-debug)
}

USE Flags

Dependencies

DEPEND

	ncurses? ( sys-libs/ncurses:= )
	readline? ( sys-libs/readline:= )

RDEPEND

	ncurses? ( sys-libs/ncurses:= )
	readline? ( sys-libs/readline:= )

Manifest for 18.4.1

Type File Size Source URLs
DIST cdecl-18.4.1.release.tar.gz 1601136 bytes https://github.com/paul-j-lucas/cdecl/releases/download/cdecl-18.4.1/cdecl-18.4.1.tar.gz