app-emacs/f - 0.21.0 (gentoo)

Search

Package Information

Description:
Modern API for working with files and directories in Emacs
Homepage:
https://github.com/rejeep/f.el/

Ebuild Details

Version EAPI Keywords Slot
0.21.0 8 ~alpha amd64 arm arm64 ~loong ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="Modern API for working with files and directories in Emacs"
HOMEPAGE="https://github.com/rejeep/f.el/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://github.com/rejeep/f.el.git"
else
	SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz
		-> ${P}.tar.gz"
	S="${WORKDIR}/f.el-${PV}"

	KEYWORDS="~alpha amd64 arm arm64 ~loong ppc64 ~riscv ~sparc x86"
fi

LICENSE="GPL-3+"
SLOT="0"
RESTRICT="test"  # Test dependencies are not ready yet because of KEYWORDS!

RDEPEND="
	app-emacs/dash
	app-emacs/s
"
BDEPEND="
	${RDEPEND}
"
# test? (
#	app-emacs/ert-async
#	app-emacs/undercover
# )

DOCS=( CHANGELOG.org CONTRIBUTING.org README.org )
SITEFILE="50${PN}-gentoo.el"

# elisp-enable-tests ert-runner test

Dependencies

RDEPEND

	app-emacs/dash
	app-emacs/s

BDEPEND

	
	app-emacs/dash
	app-emacs/s

Manifest for 0.21.0

Type File Size Source URLs
DIST f-0.21.0.tar.gz 42874 bytes https://github.com/rejeep/f.el/archive/v0.21.0.tar.gz