You are not logged in.

#1 2005-01-06 19:53:52

Searinox
Member
Registered: 2004-09-14
Posts: 44

[new] eRuby 1.0.5

Embed your Ruby scripts in HTML and other text files using eruby:

# Contributor: Henrik Ronellenfitsch <henrik at searinox dot de>
pkgname=eruby
pkgver=1.0.5
pkgrel=1
pkgdesc="Enables you to embed Ruby scripts in text files (e.g. HTML)"
depends=('ruby')
source=(http://www.modruby.net/archive/$pkgname-$pkgver.tar.gz)
url="http://www.modruby.net/"

build() {
  cd $startdir/src/$pkgname-$pkgver
  ruby configure.rb
  make || return 1
  make DESTDIR=$startdir/pkg install  
}

The package is also available in my repos.

Offline

Board footer

Powered by FluxBB