ncurses-ruby: renamed to ruby-ncurses

This commit is contained in:
Juergen Daubert 2019-02-06 14:49:39 +01:00
parent f656ca9614
commit 9406ec2594
3 changed files with 0 additions and 31 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/ruby/
drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/
drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.6/
-rw-r--r-- root/root usr/lib/ruby/vendor_ruby/2.6/ncurses.rb
drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.6/x86_64-linux/
-rwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.6/x86_64-linux/ncurses.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/U5obey4rIWsCiCjER7hfFHQDJ9OY6/2LVX1NrcZMS0Ye3Lq22zxpWmFJoc1hOsXisIDlUjqa1Hs0JT/yTerkgk=
SHA256 (Pkgfile) = 0d4c1b94301a7ed19336ec7a3b0245924297ae7754c114b690bd0740686b4eec
SHA256 (.footprint) = c85576e37c6a8af79c34c0f696de27c3ecee387569a766c220c6de5f49c527be
SHA256 (ncurses-ruby-20140731.tar.xz) = 56893c1a7245bed8ac041161ae654e5eaaac8ad295a834c2a4608f302b61189b

View File

@ -1,18 +0,0 @@
# Description: Ruby module for accessing the ncurses library
# URL: https://github.com/eclubb/ncurses-ruby
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ruby
name=ncurses-ruby
version=20140731
release=5
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
build () {
cd $name-$version/ext/ncurses
mkdir lib
cp $SRC/$name-$version/lib/ncurses.rb lib
ruby extconf.rb --vendor
make
make DESTDIR=$PKG install
}