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

Allan McRae allan at archlinux.org
Thu May 20 06:48:04 UTC 2021


    Date: Thursday, May 20, 2021 @ 06:48:03
  Author: allan
Revision: 937885

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: repose/repos/community-staging-x86_64/PKGBUILD (from rev 937884, repose/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-05-20 06:48:03 UTC (rev 937885)
@@ -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=5
+
+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