pmaports/main/postmarketos-ui-luna/APKBUILD

19 lines
644 B
Text
Raw Normal View History

pkgname=postmarketos-ui-luna
pkgver=1
pkgrel=0
pkgdesc="(Wayland) webOS UI, ported from the LuneOS project (Not working yet)"
url="https://wiki.postmarketos.org/wiki/LuneOS_UI"
arch="noarch"
license="GPL3+"
depends="luna-next-cardshell luna-next luna-sysmgr luna-sysservice luna-appmanager luneos-components luna-init mesa"
makedepends=""
subpackages=""
source="start_luna.sh"
options="!check"
package() {
install -D -m755 "$srcdir"/start_luna.sh \
"$pkgdir"/usr/bin/start_luna.sh
}
sha512sums="f9940d2ce21a3f0de682ee1046681b25ceeaccbcd72d92b1a791ea70074c1bf9f63d43ca36be069551f73ff8bf75585053f1fbe9a0669c481ebed26b5e9098a1 start_luna.sh"