Package Details: ringojs 0.11-1

Package Base: ringojs
Description: A rhino derived javascript
Upstream URL: http://ringojs.org/
Category: devel
Licenses: GPL
Submitter: perlawk
Maintainer: perlawk
Last Packager: perlawk
Votes: 2
First Submitted: 2011-05-02 14:21
Last Updated: 2015-06-12 15:48

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by perlawk

2014-03-02 15:19

Thanks phanlord, updated.

Comment by phanlord

2014-02-25 14:47

i updated PKGBUILD for 0.10 version (im still new with all this but will try to update package at some point)

pkgname=ringojs
pkgver=0.10
pkgrel=1
pkgdesc="A rhino derived javascript"
url="http://ringojs.org/"
arch=(x86_64 i686)
license=('GPL')
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=("http://ringojs.org/downloads/${pkgname}-${pkgver}.tar.gz")
md5sums=('7dde977582d40e4dfbfd210af18b7af1')
build() {
# echo http://github.com/downloads/ringo/ringojs/
mkdir -p $pkgdir/opt/
mkdir -p $pkgdir/usr/bin
cp -a $srcdir/$pkgname-$pkgver/ $pkgdir/opt/$pkgname
cd $pkgdir/usr/bin
ln -s ../../opt/$pkgname/bin/ringo
ln -s ../../opt/$pkgname/bin/ringo-admin
ln -s ../../opt/$pkgname/bin/ringo-web
ln -s ../../opt/$pkgname/bin/narwhal
}