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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Oct 22 02:14:14 UTC 2019


    Date: Tuesday, October 22, 2019 @ 02:14:14
  Author: bpiotrowski
Revision: 518178

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: repose/repos/community-staging-x86_64/PKGBUILD (from rev 518177, repose/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-10-22 02:14:14 UTC (rev 518178)
@@ -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=4
+
+pkgdesc="Arch Linux repo building tool"
+url="https://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