media-gfx/fontpreview - 1.0.6 (guru)

Search

Install

Install this version:

emerge -a =media-gfx/fontpreview-1.0.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-gfx/fontpreview-1.0.6

Or alternatively:

emerge --autounmask-write -a =media-gfx/fontpreview-1.0.6

Package Information

Description:
Highly customizable and minimal font previewer written in bash
Homepage:
https://github.com/sdushantha/fontpreview
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.6 7 ~amd64 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Highly customizable and minimal font previewer written in bash"
HOMEPAGE="https://github.com/sdushantha/fontpreview"
SRC_URI="https://github.com/sdushantha/fontpreview/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	x11-misc/xdotool
	app-shells/fzf
	virtual/imagemagick-tools
	media-gfx/sxiv
"

src_prepare() {
	sed -i 's#install:#install:\n\t@mkdir -p $(DESTDIR)$(BINDIR)#' Makefile \
		|| die "Patching the Makefile failed."

	default
}

Dependencies

RDEPEND

	x11-misc/xdotool
	app-shells/fzf
	virtual/imagemagick-tools
	media-gfx/sxiv

Manifest for 1.0.6

Type File Size Source URLs
DIST fontpreview-1.0.6.tar.gz 6285291 bytes https://github.com/sdushantha/fontpreview/archive/1.0.6.tar.gz