Date: Monday, May 2, 2022 @ 15:04:09
  Author: kpcyrd
Revision: 1192246

addpkg: pmbootstrap 1.43.0-2

Added:
  pmbootstrap/
  pmbootstrap/repos/
  pmbootstrap/trunk/
  pmbootstrap/trunk/PKGBUILD

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

Added: pmbootstrap/trunk/PKGBUILD
===================================================================
--- pmbootstrap/trunk/PKGBUILD                          (rev 0)
+++ pmbootstrap/trunk/PKGBUILD  2022-05-02 15:04:09 UTC (rev 1192246)
@@ -0,0 +1,28 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
+# Contributor: Sam S. <[email protected]>
+# Contributor: Nuno Araujo <[email protected]>
+
+pkgname=pmbootstrap
+pkgver=1.43.0
+pkgrel=2
+pkgdesc='Sophisticated chroot/build/flash tool to develop and install 
postmarketOS'
+url='https://gitlab.com/postmarketOS/pmbootstrap'
+arch=('any')
+license=('GPL3')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://gitlab.com/postmarketOS/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz";)
+sha512sums=('1af0f0919dde92827c6051dadc59f771e4ff6c6c717eb90f6e683105da1ad71d1590b6cd40a48e5bf86a8a622a7b3d59f9033c6a3d54993a699f9292fa6fe139')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to