X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/1a74a0cbd8b183ef6ef7a58ae8c4a797303526f5..0c79d9b950a95e8df36d4f4ebef73892da1dae26:/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 index 0000000..de87a82 --- /dev/null +++ b/dev-ruby/fastimage/fastimage-2.2.7.ebuild @@ -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"