[arch-commits] Commit in addinclude/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Nov 16 19:39:54 UTC 2017


    Date: Thursday, November 16, 2017 @ 19:39:53
  Author: arodseth
Revision: 267018

archrelease: copy trunk to community-x86_64

Added:
  addinclude/repos/community-x86_64/PKGBUILD
    (from rev 267017, addinclude/trunk/PKGBUILD)
Deleted:
  addinclude/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-16 19:38:45 UTC (rev 267017)
+++ PKGBUILD	2017-11-16 19:39:53 UTC (rev 267018)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=addinclude
-pkgver=0.9
-pkgrel=11
-pkgdesc='Utility to add includes to C header- and sourcefiles'
-arch=('x86_64' 'i686')
-url='http://addinclude.roboticoverlords.org/'
-license=('GPL2')
-makedepends=('gcc-go')
-source=("http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2")
-sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
-options=('zipman')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  go build -o "$pkgname"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: addinclude/repos/community-x86_64/PKGBUILD (from rev 267017, addinclude/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-16 19:39:53 UTC (rev 267018)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=addinclude
+pkgver=1.0
+pkgrel=1
+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:



More information about the arch-commits mailing list