add lektor plugins

This commit is contained in:
Jörg Deckert 2020-08-31 21:53:10 +02:00
parent 5af8d76c57
commit ea6f0e0ee9
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST lektor-blog-archive-0.1.tar.gz 2286 BLAKE2B 503ef90435a65557776002c58c98142f3781c55e13c7dd78570f02131a2eea9a7c7b3c409602758644886cb7b2b6a7fe728dd6f7019c0a72f79cc33bf6aefe37 SHA512 c3756a6820aa584382b6fd7ad05a3fd6283f4e251ec9a24291f6404aa51dfb15a0c68a2db53ef591c48593eea85f100628c9717554a989bd33eebd2eeeab609f
EBUILD lektor-blog-archive-0.1.ebuild 481 BLAKE2B 633f6d012e367cf8d132057cc19fb14181df78a515d64e46c4b3ae4661cbd93283d8a6cd91c17704541fe0c58bd66b15126c52704a9b23aa4edaf53340f29483 SHA512 3f8c978f6f6a443b070631e58f65226eb4f7132c31acc442ebf12fdef4ebcfc092f221e022ea65076e188e869ca7c9e05eb3cb6477e9e29d59f50a1e96e28453

View File

@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
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 )

View File

@ -0,0 +1,2 @@
DIST lektor-markdown-link-classes-0.1.tar.gz 1105 BLAKE2B 6485eb9ba9169c2f5bcd7d54b4193f70088f43ce1d646809051eba9011d01bd029cef651d67fc17289ce636509c8b0c9ed3dcd16f9c62a6455c08b84e18b83ff SHA512 62e942b93d144fed2eda0b8115291d7d49b02db889721a74d0e0ca65a33355dbae5f4249ba10a034e3430ef79c946f34f8743d5b492292be9444162e02c2ff8c
EBUILD lektor-markdown-link-classes-0.1.ebuild 481 BLAKE2B 633f6d012e367cf8d132057cc19fb14181df78a515d64e46c4b3ae4661cbd93283d8a6cd91c17704541fe0c58bd66b15126c52704a9b23aa4edaf53340f29483 SHA512 3f8c978f6f6a443b070631e58f65226eb4f7132c31acc442ebf12fdef4ebcfc092f221e022ea65076e188e869ca7c9e05eb3cb6477e9e29d59f50a1e96e28453

View File

@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
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 )