mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 17:05:49 +02:00
18 lines
545 B
Bash
18 lines
545 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="Text file backspacing and ANSI SGR as faces"
|
|
HOMEPAGE="https://user42.tuxfamily.org/tty-format/index.html
|
|
https://www.emacswiki.org/emacs/TtyFormat"
|
|
# taken from https://download.tuxfamily.org/user42/tty-format.el"
|
|
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
|
|
|
|
LICENSE="GPL-3+"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
|
|
|
|
SITEFILE="50${PN}-gentoo.el"
|