summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-23 08:37:29 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-23 10:15:49 +0100
commitdb28d578583fc92695aab0cdf4ed3eab27150891 (patch)
treefad3116db352ff24c221c956f1fa847a325dec68 /dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild
parentdev-ml/alcotest: initial import; ebuild by me. (diff)
downloadgentoo-db28d578583fc92695aab0cdf4ed3eab27150891.tar.gz
gentoo-db28d578583fc92695aab0cdf4ed3eab27150891.tar.bz2
gentoo-db28d578583fc92695aab0cdf4ed3eab27150891.zip
dev-ml/ocaml-magic-mime: Initial import. Ebuild by me.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild')
-rw-r--r--dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild
new file mode 100644
index 000000000000..19f921869501
--- /dev/null
+++ b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit oasis
+
+DESCRIPTION="Convert file extensions to MIME types"
+HOMEPAGE="https://github.com/mirage/ocaml-magic-mime"
+SRC_URI="https://github.com/mirage/ocaml-magic-mime/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"