aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-03 10:06:03 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-04 01:46:08 +0200
commit0395a1ab30886ac4a1581485b9e4160a3e8f3109 (patch)
tree8ae0b04772c7072bbdc83ec5ac74c42ab2dffc60
parentdev-ml/mirage-profile: initial import (diff)
downloadguru-0395a1ab.tar.gz
guru-0395a1ab.tar.bz2
guru-0395a1ab.zip
dev-ml/pecu: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-ml/pecu/Manifest1
-rw-r--r--dev-ml/pecu/metadata.xml11
-rw-r--r--dev-ml/pecu/pecu-0.6.ebuild19
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-ml/pecu/Manifest b/dev-ml/pecu/Manifest
new file mode 100644
index 0000000000..c73ee70139
--- /dev/null
+++ b/dev-ml/pecu/Manifest
@@ -0,0 +1 @@
+DIST pecu-v0.6.tbz 13184 BLAKE2B dd1a82efad36e7f2e6d3e3ecbedd504adf42600121e6c1e8c56f915be957d59e5211ecf9f8a920c7a0cf57f72f5d403e60501de4301273242ac497e6182d2487 SHA512 8cae31da1fcb8b684a949846b1668131de244fbb89faf7421761da208f87092523a9e184e91a04c26739e6793501307b30ed255d540dcb268b171b7a56b56e24
diff --git a/dev-ml/pecu/metadata.xml b/dev-ml/pecu/metadata.xml
new file mode 100644
index 0000000000..97ab8e76f9
--- /dev/null
+++ b/dev-ml/pecu/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">mirage/pecu</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/pecu/pecu-0.6.ebuild b/dev-ml/pecu/pecu-0.6.ebuild
new file mode 100644
index 0000000000..fea655da1a
--- /dev/null
+++ b/dev-ml/pecu/pecu-0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Implementation of quoted-printable encoder/decoder from RFC2045"
+HOMEPAGE="https://github.com/mirage/pecu"
+SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"