summaryrefslogtreecommitdiff
path: root/community/sloccount
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sloccount
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sloccount')
-rw-r--r--community/sloccount/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/sloccount/PKGBUILD b/community/sloccount/PKGBUILD
deleted file mode 100644
index 0961f63bc..000000000
--- a/community/sloccount/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 89970 2013-05-06 12:16:25Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Chris Brannon <cmbrannon79@gmail.com>
-# Contributor: Allan McRae <allan@archlinux.org>
-# Contributor: Christof Musik <christof@senfdax.de>
-
-pkgname=sloccount
-pkgver=2.26
-pkgrel=7
-pkgdesc='Tools for counting physical source lines of code'
-url='http://www.dwheeler.com/sloccount/'
-license=('GPL')
-depends=('perl')
-arch=('x86_64' 'i686')
-source=("http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b')
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -dm755 "$pkgdir/usr/bin"
- make PREFIX="$pkgdir/usr" install
- mv "$pkgdir/usr/share/doc/sloccount-2.26-1" "$pkgdir/usr/share/doc/sloccount"
- chmod 644 "$pkgdir/usr/share/doc/sloccount/"*
-}
-
-# vim:set ts=2 sw=2 et: