app-text/md2pdf: Add 0.1 ebuild. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 2cf700d6885c21fc06eb977ae530644582c2b89b
DIR parent 4d998ebfa333541e32fd6ac6b8aa2197fd0046e2
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 9 Feb 2021 22:59:21 +0100
app-text/md2pdf: Add 0.1 ebuild.
Diffstat:
A app-text/md2pdf/Manifest | 1 +
A app-text/md2pdf/md2pdf-0.1.ebuild | 19 +++++++++++++++++++
A app-text/md2pdf/metadata.xml | 9 +++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
---
DIR diff --git a/app-text/md2pdf/Manifest b/app-text/md2pdf/Manifest
@@ -0,0 +1 @@
+DIST 0.1.tar.gz 16632 BLAKE2B 7106ec7639daa25aa23c1bd27a3a2e84bbd7cb13f8cb86b8edcadd61f07d52b4b63c8b19374091f5b14c782bc80ddf72f6e5005187310ea506ad542f86d3c6d8 SHA512 7c89e40530be53389b08451ef93f501ed37895594dbc65e2d066b7fac9c30d432b9b98f6c016fb2302882dcc190bda4a7cf78c39dbf09752bdae925a19702469
DIR diff --git a/app-text/md2pdf/md2pdf-0.1.ebuild b/app-text/md2pdf/md2pdf-0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="This is a sample skeleton ebuild file"
+HOMEPAGE="https://github.com/parazyd/md2pdf"
+SRC_URI="https://github.com/parazyd/${PN}/archive/${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/markdown dev-python/weasyprint"
+
+src_install() {
+ dobin md2pdf
+ dodoc README.md
+}
DIR diff --git a/app-text/md2pdf/metadata.xml b/app-text/md2pdf/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>parazyd@dyne.org</email>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>