mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/tinydm: new aport
This commit is contained in:
parent
0878a74d73
commit
af7da72e07
18
community/tinydm/APKBUILD
Normal file
18
community/tinydm/APKBUILD
Normal file
@ -0,0 +1,18 @@
|
||||
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
|
||||
pkgname=tinydm
|
||||
pkgver=1.0.4
|
||||
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="dec2ea8364d207e6a7a58a66afa4e39da8daf11cf974d9a538a2edb2ab39b0d0a8eb715fd85b7cbec74e5cdfcffd6ea59a01fb9ff28252e6ee33b79ad3f4e099 tinydm-1.0.4.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user