mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-28 00:42:25 +01:00
32 lines
813 B
Plaintext
32 lines
813 B
Plaintext
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
|
|
pkgname=tinydm
|
|
pkgver=1.2.1
|
|
pkgrel=0
|
|
pkgdesc="Wayland/X11 session starter for single user machines"
|
|
url="https://gitlab.postmarketos.org/postmarketOS/tinydm"
|
|
source="https://gitlab.postmarketos.org/postmarketOS/tinydm/-/archive/$pkgver/tinydm-$pkgver.tar.bz2"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
options="!check" # No tests
|
|
depends="autologin"
|
|
subpackages="
|
|
$pkgname-openrc
|
|
$pkgname-x11
|
|
"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
x11() {
|
|
pkgdesc="$pkgdesc (x11 dependencies)"
|
|
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
|
|
depends="xinit"
|
|
|
|
mkdir -p "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
a815b099083c1999c698cb108a7dcc4c7fc15b7e24902d33f4a6d3feb3c7d0710b11908df39b5d1ebb90dfa6a3a4ce84239aeadb1025254a6a01e90bcf14ec20 tinydm-1.2.1.tar.bz2
|
|
"
|