1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="trash-put made compatible to GNUs rm and rmdir"
7 HOMEPAGE="https://github.com/PhrozenByte/rmtrash"
8 SRC_URI="https://github.com/PhrozenByte/rmtrash/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
14 RDEPEND="app-misc/trash-cli"
24 elog "It is suggested to add following code into ~/.bashrc:"
25 elog "--------------------------------------------------------------------"
26 elog " alias rm='rmtrash'"
27 elog " alias rmdir='rmdirtrash'"
28 elog " alias sudo='sudo '"
29 elog "--------------------------------------------------------------------"
30 elog "see https://github.com/PhrozenByte/rmtrash for more information"