mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
13 lines
558 B
Groff
13 lines
558 B
Groff
DEFINED_PHASES=configure
|
|
DEPEND=ncurses? ( sys-libs/ncurses:= ) readline? ( sys-libs/readline:= )
|
|
DESCRIPTION=Composing and deciphering C (or C++) declarations or casts, aka "gibberish."
|
|
EAPI=8
|
|
HOMEPAGE=https://github.com/paul-j-lucas/cdecl
|
|
IUSE=debug readline ncurses
|
|
KEYWORDS=amd64 ~arm64 ~x86
|
|
LICENSE=GPL-3
|
|
RDEPEND=ncurses? ( sys-libs/ncurses:= ) readline? ( sys-libs/readline:= )
|
|
SLOT=0
|
|
SRC_URI=https://github.com/paul-j-lucas/cdecl/releases/download/cdecl-18.4.1/cdecl-18.4.1.tar.gz -> cdecl-18.4.1.release.tar.gz
|
|
_md5_=6ae43d7d35770c2dc1fd558f2ac1dc7a
|