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

Christian Hesse eworm at archlinux.org
Mon May 28 06:22:27 UTC 2018


    Date: Monday, May 28, 2018 @ 06:22:26
  Author: eworm
Revision: 332124

archrelease: copy trunk to community-staging-x86_64

Added:
  repose/repos/community-staging-x86_64/
  repose/repos/community-staging-x86_64/PKGBUILD
    (from rev 332123, repose/trunk/PKGBUILD)

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

Copied: repose/repos/community-staging-x86_64/PKGBUILD (from rev 332123, repose/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-28 06:22:26 UTC (rev 332124)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Simon Gomizelj <simongmzlj at gmail.com>
+
+pkgname=repose
+pkgver=7.1
+pkgrel=3
+
+pkgdesc="Arch Linux repo building tool"
+url="http://github.com/vodik/repose"
+arch=('x86_64')
+license=('GPL')
+
+depends=('pacman' 'libarchive' 'gnupg')
+makedepends=('ragel')
+checkdepends=('python-pytest' 'python-cffi' 'python-pytest-xdist')
+
+source=("repose-$pkgver.tar.gz::https://github.com/vodik/repose/archive/$pkgver.tar.gz")
+
+sha1sums=('0541bc62f19ce51bb048059f79d926bf59ddce5f')
+
+build() {
+  make -C repose-$pkgver
+}
+
+check() {
+  make -C repose-$pkgver tests
+}
+
+package() {
+  make -C repose-$pkgver DESTDIR="$pkgdir" install
+}
+
+# vim: ft=PKGBUILD et



More information about the arch-commits mailing list