summaryrefslogtreecommitdiff
path: root/social/ruby-shadow/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-31 17:29:39 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-31 17:29:39 -0300
commit6f102d1647580e0bb9513c124b26a64c77da4f15 (patch)
tree0340f1f588be251183fe2b251bdba778f2c85c22 /social/ruby-shadow/PKGBUILD
parent433900b14f11dc9ee55b72e8e5946bf47f65b636 (diff)
parentb6cb10de275cea63bab0bee2a98342afa4fdc4ee (diff)
downloadabslibre-6f102d1647580e0bb9513c124b26a64c77da4f15.tar.gz
abslibre-6f102d1647580e0bb9513c124b26a64c77da4f15.tar.bz2
abslibre-6f102d1647580e0bb9513c124b26a64c77da4f15.zip
Merge branch 'master' of ssh://gparabola/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
-}