[arch-commits] Commit in arch-signoff/repos (testing-any testing-any/PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Oct 22 16:53:54 UTC 2019


    Date: Tuesday, October 22, 2019 @ 16:53:53
  Author: jelle
Revision: 365324

archrelease: copy trunk to testing-any

Added:
  arch-signoff/repos/testing-any/
  arch-signoff/repos/testing-any/PKGBUILD
    (from rev 365323, arch-signoff/trunk/PKGBUILD)

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

Copied: arch-signoff/repos/testing-any/PKGBUILD (from rev 365323, arch-signoff/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2019-10-22 16:53:53 UTC (rev 365324)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=arch-signoff
+pkgver=0.3
+pkgrel=1
+pkgdesc='Sign off Arch Linux testing packages'
+arch=(any)
+url="https://github.com/archlinux/arch-signoff"
+license=("custom:ISC")
+depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
+         'python-requests' 'python-setuptools')
+makedepends=('python-setuptools-scm' 'asciidoc' 'git')
+source=("$pkgname::git+https://github.com/archlinux/arch-signoff.git#tag=$pkgver")
+validpgpkeys=(
+    'E499C79F53C96A54E572FEE1C06086337C50773E' # Jelle van der Waa
+)
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  python setup.py build
+  make -C man
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "man/signoff.1" "$pkgdir/usr/share/man/man1/signoff.1"
+}



More information about the arch-commits mailing list