summaryrefslogtreecommitdiff
path: root/community/addinclude
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/addinclude
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/addinclude')
-rw-r--r--community/addinclude/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/addinclude/PKGBUILD b/community/addinclude/PKGBUILD
deleted file mode 100644
index edb5f73d8..000000000
--- a/community/addinclude/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 87598 2013-04-03 23:28:26Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-
-pkgname=addinclude
-pkgver=0.9
-pkgrel=8
-pkgdesc='Utility to add includes to C header- and sourcefiles'
-arch=('x86_64' 'i686')
-url='http://addinclude.roboticoverlords.org/'
-license=('GPL')
-makedepends=('go')
-source=("http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2")
-sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
-options=('zipman')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- source /etc/profile.d/go.sh
- go build -o "$pkgname"
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -Dm755 "$pkgname" \
- "$pkgdir/usr/bin/$pkgname"
- install -Dm644 "$pkgname.1.gz" \
- "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et: