unitas-misc/www-apps/lektor-blog-archive/lektor-blog-archive-0.1.ebuild

25 lines
507 B
Bash
Raw Permalink Normal View History

2020-08-31 21:53:10 +02:00
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2023-07-15 15:48:30 +02:00
PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
2020-08-31 21:53:10 +02:00
DISTUTILS_USE_SETUPTOOLS="rdepend"
inherit distutils-r1
DESCRIPTION="Lektor plugin"
HOMEPAGE="https://www.getlektor.com/"
SRC_URI="https://git.unitas-network.de/Websites/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="www-apps/lektor"
RDEPEND=""
DOCS=( README.md )
2020-08-31 22:03:39 +02:00
S=${WORKDIR}/${PN}