# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cargo CRATES=" bitflags-1.2.1 cfg-if-0.1.10 cfg-if-1.0.0 cloudabi-0.0.3 getrandom-0.2.1 lazy_static-1.4.0 libc-0.2.86 lock_api-0.3.4 parking_lot-0.10.2 parking_lot_core-0.7.2 ppv-lite86-0.2.10 proc-macro2-1.0.12 quote-1.0.4 rand-0.8.2 rand_chacha-0.3.0 rand_core-0.6.1 rand_hc-0.3.0 redox_syscall-0.1.56 redox_syscall-0.2.4 remove_dir_all-0.5.2 scopeguard-1.1.0 serial_test-0.5.1 serial_test_derive-0.5.1 smallvec-1.4.0 syn-1.0.18 tempfile-3.2.0 unicode-width-0.1.8 unicode-xid-0.2.0 wasi-0.10.1+wasi-snapshot-preview1 winapi-0.3.9 winapi-i686-pc-windows-gnu-0.4.0 winapi-util-0.1.5 winapi-x86_64-pc-windows-gnu-0.4.0 " DESCRIPTION="A text editor in less than 1024 lines of code with syntax higlighting, search and more." HOMEPAGE="https://github.com/ilai-deutel/kibi" SRC_URI="https://github.com/ilai-deutel/kibi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64" IUSE=""