1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/tinydm/APKBUILD
2023-02-25 14:16:16 +00:00

20 lines
626 B
Text

# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
pkgname=tinydm
pkgver=1.1.3
pkgrel=0
pkgdesc="Wayland/X11 session starter for single user machines"
url="https://gitlab.com/postmarketOS/tinydm"
source="https://gitlab.com/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"
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
05b2d2c0b74f720277800a15731db0f94e68c038e3487790add50a2273bdfd67227f654be60f97708c34ce25f49574b6f395c19921166b27fc76b9dc054deeb1 tinydm-1.1.3.tar.bz2
"