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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:34:50 UTC 2019


    Date: Monday, November 4, 2019 @ 05:34:49
  Author: felixonmars
Revision: 366670

archrelease: copy trunk to staging-any

Added:
  arch-signoff/repos/staging-any/
  arch-signoff/repos/staging-any/PKGBUILD
    (from rev 366669, arch-signoff/trunk/PKGBUILD)

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

Copied: arch-signoff/repos/staging-any/PKGBUILD (from rev 366669, arch-signoff/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-11-04 05:34:49 UTC (rev 366670)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=arch-signoff
+pkgver=0.3
+pkgrel=2
+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?signed#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