You are not logged in.

#1 2005-10-26 18:34:49

jonc
Member
Registered: 2005-07-01
Posts: 5

RubyGems pkg

I did not see a PKGBUILD for it so I created one:

pkgname=rubygems
pkgver=0.8.11
pkgrel=1
pkgdesc="RubyGems is the premier ruby packaging system"
url="http://docs.rubygems.org/"
depends=('ruby')
source=(http://rubyforge.org/frs/download.php/5207/$pkgname-$pkgver.tgz)
md5sums=('aa363b428c4c1fc2e076a4ff77b957d7')

build() {
  echo $startdir/src/$pkgname-$pkgver
  cd $startdir/src/$pkgname-$pkgver
  ruby setup.rb config --prefix=$startdir/pkg/usr/ || return 1
  ruby setup.rb setup || return 1
  ruby setup.rb install || return 1
}

I'm new to making packages and such, so let me know if there are places to improve  smile

Offline

#2 2005-10-26 19:45:00

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: RubyGems pkg

http://aur.archlinux.org/packages.php?d … ls=1&ID=48

This package is in the AUR

They both look rahter similar.

Offline

#3 2005-10-26 19:53:48

jonc
Member
Registered: 2005-07-01
Posts: 5

Re: RubyGems pkg

I had searched the AUR for "ruby" and did not notice the "More -->" button, it's blends in quite nicely with the b/g of the page.

thanks for letting me know.

Offline

#4 2005-10-26 20:15:52

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: RubyGems pkg

jonc wrote:

I had searched the AUR for "ruby" and did not notice the "More -->" button, it's blends in quite nicely with the b/g of the page.

thanks for letting me know.

No problem.  With my search-fu, I saw way to many "ruby" listings, so searched for "gems", which pulled up one entry 8)

Offline

#5 2005-10-27 07:13:38

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: RubyGems pkg

Make sure you vote for it in the AUR if you're interested in using it!  Currently, it's on the borderline of being popular enough to adopt into community.  I think it would be a great package to have officially supported...pretty much essential for Ruby developers.

Offline

Board footer

Powered by FluxBB