comparison ruby/rb-mini-mime/rb-mini-mime.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 6710613b88b9
children a47aaf9743a0
comparison
equal deleted inserted replaced
1219:337f950c30f5 1220:4ccc42bf0284
13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 # 16 #
17 17
18 _GEM=mini_mime 18 . ./rb-mini-mime.info
19
20 PKGNAME=rb-mini-mime
21 PKGVERSION=1.0.2
22 PKGREVISION=1
23 PKGLICENSE="MIT"
24 PKGSUMMARY="lightweight mime type lookup toy"
25 PKGDOWNLOAD="https://rubygems.org/downloads/$_GEM-$PKGVERSION.gem"
26 PKGDEPENDS="ruby"
27 19
28 gem install -l \ 20 gem install -l \
29 --ignore-dependencies \ 21 --ignore-dependencies \
30 --no-user-install \ 22 --no-user-install \
31 -i $DESTDIR/$(gem env gemdir) \ 23 -i $DESTDIR/$(gem env gemdir) \