diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2015-03-22 14:37:56 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2015-03-22 14:37:56 -0700 |
commit | 224744345a47cb6fa2057773957d8e6c4f1ae991 (patch) | |
tree | 2f3e0658637cd802b4f8dfbb74d000303e5a9b02 /sys-fs/duperemove/duperemove-0.09.1.ebuild | |
parent | IUSE v4l2 for palmer-scripts (diff) | |
download | palmer-224744345a47cb6fa2057773957d8e6c4f1ae991.tar.gz palmer-224744345a47cb6fa2057773957d8e6c4f1ae991.tar.bz2 palmer-224744345a47cb6fa2057773957d8e6c4f1ae991.zip |
Add sys-fs/duperemove at 0.09.1
This deduplicates files on btrfs filesystems, which I'm hoping to use
to reduce the amount of duplicate files on Lulu's laptop, so I can
install a SSD.
Diffstat (limited to 'sys-fs/duperemove/duperemove-0.09.1.ebuild')
-rw-r--r-- | sys-fs/duperemove/duperemove-0.09.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/duperemove/duperemove-0.09.1.ebuild b/sys-fs/duperemove/duperemove-0.09.1.ebuild new file mode 100644 index 0000000..d65f788 --- /dev/null +++ b/sys-fs/duperemove/duperemove-0.09.1.ebuild @@ -0,0 +1,17 @@ +EAPI="5" +inherit eutils + +DESCRIPTION="Tools for deduping file systems" +HOMEPAGE="https://github.com/markfasheh/duperemove" +SRC_URI="https://github.com/markfasheh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="app-crypt/gnupg + dev-libs/libgcrypt + dev-libs/glib" + +DEPEND="${RDEPEND}" |