comparison ruby/rb-gosu/rb-gosu.sh @ 1222:325631424c65

misc: bring back build function
author David Demelier <markand@malikania.fr>
date Wed, 27 Oct 2021 11:32:16 +0200
parents a47aaf9743a0
children 9867e578b1a9
comparison
equal deleted inserted replaced
1221:a47aaf9743a0 1222:325631424c65
30 mpg123 30 mpg123
31 openal-soft 31 openal-soft
32 ruby 32 ruby
33 sdl2" 33 sdl2"
34 34
35 gem install -l \ 35 build()
36 --ignore-dependencies \ 36 {
37 --no-user-install \ 37 gem install -l \
38 -i $DESTDIR/$(gem env gemdir) \ 38 --ignore-dependencies \
39 -n $DESTDIR/bin \ 39 --no-user-install \
40 $_GEM-$PKGVERSION.gem 40 -i $DESTDIR/$(gem env gemdir) \
41 -n $DESTDIR/bin \
42 $_GEM-$PKGVERSION.gem
43 }