mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 08:55:57 +02:00
21 lines
559 B
Bash
21 lines
559 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="A modern list library for Emacs"
|
|
HOMEPAGE="https://github.com/magnars/dash.el"
|
|
SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3+"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~loong ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
|
|
|
|
BDEPEND="sys-apps/texinfo"
|
|
|
|
S="${WORKDIR}/${PN}.el-${PV}"
|
|
SITEFILE="50${PN}-gentoo.el"
|
|
ELISP_TEXINFO="dash.texi"
|
|
DOCS="README.md"
|