[arch-commits] Commit in addinclude/repos (2 files)

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:32:27
  Author: bpiotrowski
Revision: 318822

archrelease: copy trunk to community-staging-x86_64

Added:
  addinclude/repos/community-staging-x86_64/
  addinclude/repos/community-staging-x86_64/PKGBUILD
(from rev 318821, addinclude/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: addinclude/repos/community-staging-x86_64/PKGBUILD (from rev 318821, 
addinclude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 10:32:27 UTC (rev 318822)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F R�dseth 
+
+pkgname=addinclude
+pkgver=1.0
+pkgrel=2
+pkgdesc='Utility to add includes to header- and sourcefiles, for C and C++'
+arch=('x86_64')
+url='http://addinclude.roboticoverlords.org/'
+license=('GPL2')
+makedepends=('gcc-go')
+source=("http://addinclude.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('23786f497bc5097a26d39ef995c28035506e5bb39172c7d6a03c386e3d79471c'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  go build -o "$pkgname"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in addinclude/repos (2 files)

2013-04-03 Thread Alexander Rødseth
Date: Thursday, April 4, 2013 @ 01:28:26
  Author: arodseth
Revision: 87598

archrelease: copy trunk to community-x86_64, community-i686

Added:
  addinclude/repos/community-i686/PKGBUILD
(from rev 87597, addinclude/trunk/PKGBUILD)
  addinclude/repos/community-x86_64/PKGBUILD
(from rev 87597, addinclude/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: addinclude/repos/community-i686/PKGBUILD (from rev 87597, 
addinclude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-03 23:28:26 UTC (rev 87598)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander R�dseth 
+
+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:

Copied: addinclude/repos/community-x86_64/PKGBUILD (from rev 87597, 
addinclude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-03 23:28:26 UTC (rev 87598)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander R�dseth 
+
+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: