opt/ruby-mysql/Pkgfile

24 lines
511 B
Plaintext
Raw Normal View History

# Description: Ruby bindings for MySQL
2022-01-12 14:36:53 +01:00
# URL: https://github.com/brianmario/mysql2
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ruby mariadb
name=ruby-mysql
2024-01-05 12:54:09 +01:00
version=0.5.5
2022-12-27 13:16:34 +01:00
release=1
2020-07-29 13:25:35 +02:00
source=(https://rubygems.org/downloads/mysql2-$version.gem)
build () {
2020-07-29 13:25:35 +02:00
gem install mysql2 \
--ignore-dependencies \
--no-user-install \
--no-document \
--local \
--build-root $PKG
2020-07-29 13:25:35 +02:00
cd $PKG/$(gem env gemdir)
rm -r cache doc build_info
cd gems/mysql2-$version
rm CHANGELOG.md LICENSE README.md
}