X-Git-Url: http://git.squeep.com/?p=portage-squeep;a=blobdiff_plain;f=dev-util%2Fcdecl%2Fcdecl-10.2.ebuild;fp=dev-util%2Fcdecl%2Fcdecl-10.2.ebuild;h=247a7ddaa37756ab8d1b0e8770ab8be25d09b522;hp=0000000000000000000000000000000000000000;hb=ce433f181d45c3432b47853105f93020a3bd65b4;hpb=784e0f15a2c554f73421a213fb6fa9a337b03b90 diff --git a/dev-util/cdecl/cdecl-10.2.ebuild b/dev-util/cdecl/cdecl-10.2.ebuild new file mode 100644 index 0000000..247a7dd --- /dev/null +++ b/dev-util/cdecl/cdecl-10.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +#inherit eutils toolchain-funcs + +DESCRIPTION="Compose and decipher C (or C++) declarations or casts, aka 'gibberish.'" +SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz" +HOMEPAGE="https://github.com/paul-j-lucas/cdecl" + +KEYWORDS="amd64 x86" +LICENSE="public-domain" +SLOT="0" + +RDEPEND="readline? ( + sys-libs/ncurses + sys-libs/readline + )" + +DEPEND="${RDEPEND} + || ( + dev-util/yacc + sys-devel/bison + ) + !