summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-03-12 19:18:42 +0000
committerMatthew Smith <matthew@gentoo.org>2022-03-12 19:19:20 +0000
commit26f9ff9d27a5fe70d2e9f96b028a765856bf54e3 (patch)
tree3a1253889948655ac024b7811168fea02006c934 /dev-libs/miniz/miniz-2.2.0.ebuild
parentdev-libs/miniz: add subslot (diff)
downloadgentoo-26f9ff9d27a5fe70d2e9f96b028a765856bf54e3.tar.gz
gentoo-26f9ff9d27a5fe70d2e9f96b028a765856bf54e3.tar.bz2
gentoo-26f9ff9d27a5fe70d2e9f96b028a765856bf54e3.zip
dev-libs/miniz: add 2.2.0
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/miniz/miniz-2.2.0.ebuild')
-rw-r--r--dev-libs/miniz/miniz-2.2.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/miniz/miniz-2.2.0.ebuild b/dev-libs/miniz/miniz-2.2.0.ebuild
new file mode 100644
index 000000000000..482aadff9922
--- /dev/null
+++ b/dev-libs/miniz/miniz-2.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A lossless, high performance data compression library"
+HOMEPAGE="https://github.com/richgel999/miniz"
+SRC_URI="https://github.com/richgel999/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( ChangeLog.md readme.md )