Files
voidpkgs/srcpkgs/ly/template
2025-07-10 18:29:36 -04:00

23 lines
726 B
Plaintext

# Template file for 'ly'
pkgname=ly
version=1.1.1
revision=1
build_style=zig-build
nopie=yes
makedepends="pam-devel xcb-util-devel pkg-config"
short_desc="display manager with console UI"
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
license="WTFPL"
homepage="https://codeberg.org/fairyglade/ly"
changelog="https://codeberg.org/fairyglade/ly/releases/tag/v${version}"
distfiles="https://codeberg.org/fairyglade/ly/archive/v${version}.tar.gz"
checksum=27dab51187efe3d64eec1a0b98ba00c814dd01c0a0b360900cd0bd4f75076ef8
post_install() {
vmkdir etc/sv
vcopy res/ly-runit-service etc/sv/ly
chmod 644 "${PKGDESTDIR}/etc/sv/ly/conf"
chmod 755 "${PKGDESTDIR}/etc/sv/ly/finish"
chmod 755 "${PKGDESTDIR}/etc/sv/ly/run"
}