opt/ruby-ncurses/Pkgfile

24 lines
552 B
Plaintext

# Description: Ruby bindings for the ncurses library
# URL: https://github.com/sup-heliotrope/ncursesw-ruby
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ruby ncurses
name=ruby-ncurses
version=1.4.11
release=1
source=(https://rubygems.org/downloads/ncursesw-$version.gem)
build () {
gem install ncursesw \
--ignore-dependencies \
--no-user-install \
--no-document \
--local \
--build-root $PKG
cd $PKG/$(gem env gemdir)
rm -r cache doc build_info
cd gems/ncursesw-$version
rm COPYING Changes README.md THANKS TODO
}