summaryrefslogtreecommitdiff
path: root/social/ruby-shadow/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-27 08:11:09 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-27 08:11:09 -0200
commitc71421e6252a7f06a8999ef564299afdfb020fa5 (patch)
tree2f1fbe0acf1ea464298e34393858a46b9087b9b0 /social/ruby-shadow/PKGBUILD
parentf60aebf4cdfb03f070382141be83ff880637c040 (diff)
parentac9b0c15630b9a5c62bb8ca1d6a617acb1dc91c7 (diff)
downloadabslibre-c71421e6252a7f06a8999ef564299afdfb020fa5.tar.gz
abslibre-c71421e6252a7f06a8999ef564299afdfb020fa5.tar.bz2
abslibre-c71421e6252a7f06a8999ef564299afdfb020fa5.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'social/ruby-shadow/PKGBUILD')
-rwxr-xr-xsocial/ruby-shadow/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/social/ruby-shadow/PKGBUILD b/social/ruby-shadow/PKGBUILD
deleted file mode 100755
index ec243aaea..000000000
--- a/social/ruby-shadow/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}