aboutsummaryrefslogtreecommitdiffstats
path: root/community/postmarketos-ondev/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/postmarketos-ondev/APKBUILD')
-rw-r--r--community/postmarketos-ondev/APKBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/community/postmarketos-ondev/APKBUILD b/community/postmarketos-ondev/APKBUILD
deleted file mode 100644
index 159891515e6..00000000000
--- a/community/postmarketos-ondev/APKBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
-# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
-pkgname=postmarketos-ondev
-pkgver=0.6.0
-pkgrel=0
-pkgdesc="Calamares based on-device installer"
-url="https://postmarketos.org"
-# armhf blocked by qt5-qtdeclarative
-# ppc64le, s390x and mips64 blocked by calamares
-arch="all !armhf !ppc64le !s390x !mips64"
-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.gz"
-options="!check" # has no tests
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="
-5b25ab33b0c098c9fb8b4182ede1477f8e72388d4cc35a392146650adfd859030d350d75ecba122219dfc802679ae44c51d499e43acc864eb3a4261287a9bfd2 postmarketos-ondev-0.6.0.tar.gz
-"