mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
17 lines
528 B
Bash
17 lines
528 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="Emacs major modes for editing autoconf and autotest input"
|
|
HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
|
|
SRC_URI="mirror://gnu/autoconf/autoconf-${PV}.tar.xz"
|
|
S="${WORKDIR}/autoconf-${PV}/lib/emacs"
|
|
|
|
LICENSE="GPL-3+"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
|
|
|
|
SITEFILE="50${PN}-gentoo.el"
|