summaryrefslogtreecommitdiff
path: root/social/ruby-shadow
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-08-03 20:38:15 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-08-03 20:38:15 -0300
commitce20e84942a62970bede1671e8ea94f180f50319 (patch)
treef4012e4e2e49d589f0b853b4ee0264f6496d1df6 /social/ruby-shadow
parentfdcdd76fbbd6f12a4e0efe62d98ba33669ceb493 (diff)
downloadabslibre-ce20e84942a62970bede1671e8ea94f180f50319.tar.gz
abslibre-ce20e84942a62970bede1671e8ea94f180f50319.tar.bz2
abslibre-ce20e84942a62970bede1671e8ea94f180f50319.zip
social/puppet-2.7.1-1
and dependencies
Diffstat (limited to 'social/ruby-shadow')
-rw-r--r--social/ruby-shadow/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/social/ruby-shadow/PKGBUILD b/social/ruby-shadow/PKGBUILD
new file mode 100644
index 000000000..ec243aaea
--- /dev/null
+++ b/social/ruby-shadow/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Thomas S Hatch <thatch45@gmail.com>
+pkgname=ruby-shadow
+pkgver=1.4.9
+pkgrel=4
+pkgdesc="Interface for shadow passwords for Ruby"
+arch=(i686 x86_64)
+depends=('ruby')
+license=('publicdomain')
+url=('https://github.com/thatch45/ruby-shadow')
+source=("https://github.com/downloads/thatch45/ruby-shadow/$pkgname-$pkgver.tar.gz")
+md5sums=('63ee20d3f0cb456dc2a50107124c64d9')
+
+build() {
+ cd $srcdir/shadow-$pkgver
+ ruby extconf.rb
+ make
+}
+
+package() {
+ cd $srcdir/shadow-$pkgver
+ make DESTDIR=$pkgdir install
+}