From 9a1a8d77ee00e49dfeef44d74b1e40a831332383 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Sep 2011 15:26:04 +0000 Subject: Wed Sep 7 15:26:04 UTC 2011 --- social/facter/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 social/facter/PKGBUILD (limited to 'social/facter/PKGBUILD') diff --git a/social/facter/PKGBUILD b/social/facter/PKGBUILD new file mode 100644 index 000000000..877572abb --- /dev/null +++ b/social/facter/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Thomas S Hatch +# Contributor: Dave Simons + +pkgname=facter +pkgver=1.6.0 +pkgrel=1 +pkgdesc="A library for collecting facts about your system." +arch=("any") +url="http://puppetlabs.com/projects/facter/" +license=("Apache") +depends=("ruby") +options=(!emptydirs) +source=(http://puppetlabs.com/downloads/facter/facter-$pkgver.tar.gz) +md5sums=('bf7e384bf247935e973cfd7bf5592dfe') + +package() { + cd $srcdir/facter-$pkgver + + ruby ./install.rb \ + --destdir=$pkgdir \ + --bindir=/usr/bin \ + --sbindir=/usr/sbin + +} -- cgit v1.2.3-54-g00ecf