[arch-commits] Commit in pacredir/repos (6 files)

Christian Hesse eworm at archlinux.org
Fri May 12 22:47:02 UTC 2017


    Date: Friday, May 12, 2017 @ 22:47:01
  Author: eworm
Revision: 227894

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

Added:
  pacredir/repos/community-i686/
  pacredir/repos/community-i686/PKGBUILD
    (from rev 227893, pacredir/trunk/PKGBUILD)
  pacredir/repos/community-i686/pacredir.install
    (from rev 227893, pacredir/trunk/pacredir.install)
  pacredir/repos/community-x86_64/
  pacredir/repos/community-x86_64/PKGBUILD
    (from rev 227893, pacredir/trunk/PKGBUILD)
  pacredir/repos/community-x86_64/pacredir.install
    (from rev 227893, pacredir/trunk/pacredir.install)

-----------------------------------+
 community-i686/PKGBUILD           |   33 +++++++++++++++++++++++++++++++++
 community-i686/pacredir.install   |    6 ++++++
 community-x86_64/PKGBUILD         |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/pacredir.install |    6 ++++++
 4 files changed, 78 insertions(+)

Copied: pacredir/repos/community-i686/PKGBUILD (from rev 227893, pacredir/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=pacredir
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse <mail at eworm.de>
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d00d9cc7b9c2b93a1813a97cced00b3b502dc6db4cac5346e3afa1e7464e1e7c'
+            'SKIP')
+
+build() {
+	cd ${pkgname}-${pkgver}/
+
+	make
+}
+
+package() {
+	cd ${pkgname}-${pkgver}/
+
+	make DESTDIR="${pkgdir}" install
+}
+

Copied: pacredir/repos/community-i686/pacredir.install (from rev 227893, pacredir/trunk/pacredir.install)
===================================================================
--- community-i686/pacredir.install	                        (rev 0)
+++ community-i686/pacredir.install	2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+post_install() {
+	echo " > For instructions visit: https://github.com/eworm-de/pacredir#usage"
+}
+

Copied: pacredir/repos/community-x86_64/PKGBUILD (from rev 227893, pacredir/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=pacredir
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse <mail at eworm.de>
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d00d9cc7b9c2b93a1813a97cced00b3b502dc6db4cac5346e3afa1e7464e1e7c'
+            'SKIP')
+
+build() {
+	cd ${pkgname}-${pkgver}/
+
+	make
+}
+
+package() {
+	cd ${pkgname}-${pkgver}/
+
+	make DESTDIR="${pkgdir}" install
+}
+

Copied: pacredir/repos/community-x86_64/pacredir.install (from rev 227893, pacredir/trunk/pacredir.install)
===================================================================
--- community-x86_64/pacredir.install	                        (rev 0)
+++ community-x86_64/pacredir.install	2017-05-12 22:47:01 UTC (rev 227894)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+post_install() {
+	echo " > For instructions visit: https://github.com/eworm-de/pacredir#usage"
+}
+



More information about the arch-commits mailing list