diff options
Diffstat (limited to 'social/facter/PKGBUILD')
-rwxr-xr-x | social/facter/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/social/facter/PKGBUILD b/social/facter/PKGBUILD deleted file mode 100755 index 877572abb..000000000 --- a/social/facter/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Thomas S Hatch <thatch45 (at) Gmail.com> -# Contributor: Dave Simons <miouhpi (at) Gmail (dot) com> - -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 - -} |