[arch-commits] Commit in arch-signoff/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 19:53:38 UTC 2020
Date: Thursday, November 12, 2020 @ 19:53:38
Author: foutrelis
Revision: 400715
archrelease: copy trunk to staging-any
Added:
arch-signoff/repos/staging-any/
arch-signoff/repos/staging-any/PKGBUILD
(from rev 400714, arch-signoff/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: arch-signoff/repos/staging-any/PKGBUILD (from rev 400714, arch-signoff/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-11-12 19:53:38 UTC (rev 400715)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=arch-signoff
+pkgver=0.5
+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