diff --git a/app-editors/l3afpad/Manifest b/app-editors/l3afpad/Manifest new file mode 100644 index 0000000000..65e9625acb --- /dev/null +++ b/app-editors/l3afpad/Manifest @@ -0,0 +1 @@ +DIST l3afpad-0.8.18.1.11.tar.gz 194318 BLAKE2B 56b79d097d375a1a549c8ebd3866de4b365f76226135505429c9497b4e48d4ec4bb377e22679508aa5acfc65e6b1590e23c2c297e6c5fcf86acffe7522ee9bb1 SHA512 f77494afc81d4c8586a976318d77d194eedf8414fc896cc9e2593de00dd3bb8c157f199a44908147b467f04b7a76c2c20aa67c64567685a77421ba0c2bff4643 diff --git a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild new file mode 100644 index 0000000000..ad89e0c67c --- /dev/null +++ b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg autotools + +DESCRIPTION="Simple GTK3 text editor (successor to leafpad)" +HOMEPAGE="https://github.com/stevenhoneyman/l3afpad" +SRC_URI="https://github.com/stevenhoneyman/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="emacs" + +BDEPEND="" +DEPEND="x11-libs/gtk+:3" +RDEPEND="${DEPEND}" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + econf \ + --enable-print \ + $(use_enable emacs) +} diff --git a/app-editors/l3afpad/metadata.xml b/app-editors/l3afpad/metadata.xml new file mode 100644 index 0000000000..cf4f2604a2 --- /dev/null +++ b/app-editors/l3afpad/metadata.xml @@ -0,0 +1,16 @@ + + + + + spamfilter-1@wadenback.se + Mårten Wadenbäck + + + stevenhoneyman/l3afpad + + + + Implement Emacs key theme (experimental). + + +