View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
_GREADME_COMPRESS=true
inherit greadme
DESCRIPTION="Test ebuild for the greadme.eclass"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
KEYWORDS="amd64"
LICENSE="GPL-3"
SLOT="0"
S="${WORKDIR}"
src_install() {
greadme_stdin <<-EOF
This is an example content of the readme file.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus posuere odio at auctor iaculis. In ornare et risus sed aliquet. Maecenas vitae nunc sed ligula hendrerit placerat quis vitae diam. Ut vel ligula aliquam, suscipit neque vitae, accumsan sem. Duis placerat porttitor blandit. Etiam sit amet erat et est imperdiet dictum. In id velit eu orci gravida rutrum sit amet in justo.
EOF
greadme_stdin --append <<-EOF
This content was appended to the readme file.
EOF
}