From 6a8076144b1f023c2721b9328487b5b7109032e1 Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 30 Dec 2025 11:39:45 +0000 Subject: add ctpv ebuild --- app-misc/ctpv/ctpv-9999.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app-misc/ctpv/ctpv-9999.ebuild (limited to 'app-misc/ctpv/ctpv-9999.ebuild') diff --git a/app-misc/ctpv/ctpv-9999.ebuild b/app-misc/ctpv/ctpv-9999.ebuild new file mode 100644 index 0000000..f20824f --- /dev/null +++ b/app-misc/ctpv/ctpv-9999.ebuild @@ -0,0 +1,26 @@ +EAPI=8 +inherit git-r3 + +DESCRIPTION="Image previews for lf file manager" +HOMEPAGE="https://github.com/NikitaIvanovV/ctpv" +EGIT_REPO_URI="https://github.com/NikitaIvanovV/ctpv" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64" + +RDEPEND="media-gfx/imagemagick + app-misc/lf + dev-libs/openssl" + +PATCHES=( + "$FILESDIR"/thumbnail-grid.diff +) + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install +} + +pkg_postinst() { + elog "Check homepage for optional programs to allow greater file preview support." +} -- cgit v1.2.3