]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - dev-ruby/fastimage/fastimage-2.2.7.ebuild
dev-ruby/fastimage: Bump and update USE_RUBY.
[gentoo-draconx.git] / dev-ruby / fastimage / fastimage-2.2.7.ebuild
diff --git a/dev-ruby/fastimage/fastimage-2.2.7.ebuild b/dev-ruby/fastimage/fastimage-2.2.7.ebuild
new file mode 100644 (file)
index 0000000..de87a82
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright © 2019-2023 Nick Bowler
+# License GPLv3+: GNU General Public License version 3 or any later version.
+# This is free software: you are free to change and redistribute it.
+# There is NO WARRANTY, to the extent permitted by law.
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README.textile"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library to determine format and size of image files"
+HOMEPAGE="https://github.com/sdsykes/fastimage"
+SRC_URI="https://github.com/sdsykes/fastimage/archive/v$PV.tar.gz -> $P.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"