opt/ruby-ncurses/Pkgfile

20 lines
502 B
Plaintext
Raw Normal View History

# Description: Ruby bindings for the ncurses library
# URL: https://github.com/eclubb/ncurses-ruby
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ruby ncurses
name=ruby-ncurses
version=1.2.4
release=2
source=(https://github.com/eclubb/ncurses-ruby/archive/v$version/$name-$version.tar.gz)
build () {
cd ncurses-ruby-$version
gem install ncurses-ruby \
--ignore-dependencies \
--no-user-install \
--no-document \
--build-root $PKG
}