[arch-commits] Commit in repose/repos (4 files)

Johannes Löthberg demize at archlinux.org
Sat Oct 8 23:30:03 UTC 2016


    Date: Saturday, October 8, 2016 @ 23:30:02
  Author: demize
Revision: 191669

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

Added:
  repose/repos/community-i686/
  repose/repos/community-i686/PKGBUILD
    (from rev 191668, repose/trunk/PKGBUILD)
  repose/repos/community-x86_64/
  repose/repos/community-x86_64/PKGBUILD
    (from rev 191668, repose/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: repose/repos/community-i686/PKGBUILD (from rev 191668, repose/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-08 23:30:02 UTC (rev 191669)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Simon Gomizelj <simongmzlj at gmail.com>
+
+pkgname=repose
+pkgver=6.1
+pkgrel=1
+
+pkgdesc="Arch Linux repo building tool"
+url="http://github.com/vodik/repose"
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('pacman' 'libarchive' 'gnupg')
+makedepends=('git')
+
+source=("repose-$pkgver::http://github.com/vodik/repose/archive/$pkgver.tar.gz")
+
+sha1sums=('9fc8b6e74a46c7a1bd89e3c38bfd565849a8f0d5')
+
+build() {
+  make -C "repose-$pkgver"
+}
+
+package() {
+  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=PKGBUILD et

Copied: repose/repos/community-x86_64/PKGBUILD (from rev 191668, repose/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-08 23:30:02 UTC (rev 191669)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Simon Gomizelj <simongmzlj at gmail.com>
+
+pkgname=repose
+pkgver=6.1
+pkgrel=1
+
+pkgdesc="Arch Linux repo building tool"
+url="http://github.com/vodik/repose"
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('pacman' 'libarchive' 'gnupg')
+makedepends=('git')
+
+source=("repose-$pkgver::http://github.com/vodik/repose/archive/$pkgver.tar.gz")
+
+sha1sums=('9fc8b6e74a46c7a1bd89e3c38bfd565849a8f0d5')
+
+build() {
+  make -C "repose-$pkgver"
+}
+
+package() {
+  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=PKGBUILD et



More information about the arch-commits mailing list