[arch-commits] Commit in b4/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Feb 21 10:23:03 UTC 2021
Date: Sunday, February 21, 2021 @ 10:23:03
Author: foxboron
Revision: 867624
upgpkg: b4 0.6.2-1
Added:
b4/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Added: PKGBUILD
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-21 10:23:03 UTC (rev 867624)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Antoine Damhet <antoine.damhet at lse.epita.fr>
+
+pkgname=b4
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Helper utility to work with patches made available via a public-inbox archive like lore.kernel.org.'
+license=('GPL')
+arch=('any')
+url='https://git.kernel.org/pub/scm/utils/b4/b4.git/'
+makedepends=('git' 'python-setuptools')
+depends=('python-requests')
+source=("https://mirrors.edge.kernel.org/pub/software/devel/b4/${pkgname}-${pkgver}.tar."{xz,sign})
+validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
+sha256sums=('6b855927545ed3919db3e3a50182a0ec8126b3a75377fab623f642f27c38f99e'
+ 'SKIP')
+
+build() {
+ cd "$pkgname-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list