1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
5 inherit autotools bash-completion-r1
7 DESCRIPTION="enhanced dd with features for forensics and security"
8 HOMEPAGE="https://github.com/resurrecting-open-source-projects/dcfldd"
9 SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13 KEYWORDS="amd64 ~ppc ~riscv x86"
15 DEPEND="virtual/pkgconfig"
31 econf --with-bash-completion
37 # Fix Bash completion filename
38 mv "${D}$(get_bashcompdir)"/dcfldd{-bash_completion,} || die