[arch-commits] Commit in b4/repos (community-any community-any/PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun Feb 21 10:23:09 UTC 2021


    Date: Sunday, February 21, 2021 @ 10:23:09
  Author: foxboron
Revision: 867625

archrelease: copy trunk to community-any

Added:
  b4/repos/community-any/
  b4/repos/community-any/PKGBUILD
    (from rev 867624, b4/trunk/PKGBUILD)

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

Copied: b4/repos/community-any/PKGBUILD (from rev 867624, b4/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-02-21 10:23:09 UTC (rev 867625)
@@ -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