main/pmbootstrap: remove (upstreamed) (!918)

Related: https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2793
This commit is contained in:
Oliver Smith 2020-01-31 04:29:31 +01:00
parent 83a0a953af
commit 9f4b132748
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61
3 changed files with 0 additions and 41 deletions

View file

@ -1,33 +0,0 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=pmbootstrap
pkgver=1.14.0
pkgrel=0
pkgdesc="Sophisticated chroot/build/flash tool to develop and install postmarketOS"
url="https://gitlab.com/postmarketOS/pmbootstrap"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3 coreutils procps openssl"
makedepends="python3"
checkdepends="pytest"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketos/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz
modules-load.conf"
install="$pkgname.post-install"
options="!check" # Doesn't like making chroot directories
build() {
python3 setup.py build
}
check() {
python3 setup.py test
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
mkdir -p "$pkgdir"/etc/modules-load.d
install -m644 "$srcdir"/modules-load.conf "$pkgdir"/etc/modules-load.d/pmbootstrap.conf
}
sha512sums="2531539a37c5c37c1731b3ffb51140e35585489aca5b946b0949a67b0d74620b96a16c8943a69a59e302a537d222424778157ec6f0282d7f7474361f3c20446b pmbootstrap-1.14.0.tar.gz
f8026ab32234b885e69252459047f70160c54319113bc449000aa7c05bd016f00a46cee05c8f5251682f967ab44a12c06fbbb3c02d0a57ccb836cff810ce1a40 modules-load.conf"

View file

@ -1,2 +0,0 @@
binfmt_misc
loop

View file

@ -1,6 +0,0 @@
#!/bin/sh
modprobe binfmt_misc
modprobe loop
exit 0