summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/bit-struct/bit-struct-0.17.ebuild')
-rw-r--r--dev-ruby/bit-struct/bit-struct-0.17.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/bit-struct/bit-struct-0.17.ebuild b/dev-ruby/bit-struct/bit-struct-0.17.ebuild
new file mode 100644
index 000000000000..25fc8284a70f
--- /dev/null
+++ b/dev-ruby/bit-struct/bit-struct-0.17.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for packed binary data stored in ruby Strings"
+HOMEPAGE="https://github.com/vjoel/bit-struct"
+
+LICENSE="Ruby-BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""