main/postmarketos-ondev: drop, upstreamed to Alpine

This commit is contained in:
Bart Ribbers 2021-02-12 16:36:59 +01:00
parent b713582d98
commit ff8d7458ef
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61
2 changed files with 0 additions and 43 deletions

View file

@ -1,38 +0,0 @@
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=postmarketos-ondev
pkgver=0.4.1
pkgrel=0
pkgdesc="Calamares based on-device installer"
url="https://postmarketos.org"
arch="all !armhf" # armhf: qt5-qtdeclarative
license="GPL-3.0-or-later"
depends="
$pkgname-openrc
calamares
calamares-extensions-brand-default-mobile
calamares-extensions-mod-mobile
calamares-mod-mount
calamares-mod-shellprocess
calamares-mod-unpackfs
e2fsprogs
i3wm
kirigami2
mesa-egl
qt5-qtvirtualkeyboard
qtvirtualkeyboard-plasma
tinydm
tinydm-openrc
unclutter-xfixes
xorg-server
xset
"
subpackages="$pkgname-openrc"
install="$pkgname.post-install"
source="https://gitlab.com/postmarketOS/postmarketos-ondev/-/archive/$pkgver/postmarketos-ondev-$pkgver.tar.bz2"
options="!check" # has no tests
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="dbbe7402c83d5cad2d742373cdc05c9a7a0a1690a2364db93b84706408099022b103c6641372802c1e28779d6512fe5b1d5cb27588aa5dde559881109f1e915c postmarketos-ondev-0.4.1.tar.bz2"

View file

@ -1,5 +0,0 @@
#!/bin/sh
rc-update add postmarketos-ondev default
exit 0