void-packages/srcpkgs/lms/template

26 lines
788 B
Bash

# Template file for 'lms'
pkgname=lms
version=3.51.1
revision=2
build_style=cmake
hostmakedepends="pkg-config"
makedepends="wt-devel ffmpeg-devel boost-devel libconfig++-devel taglib-devel pam-devel libgraphicsmagick-devel gtest-devel libarchive-devel"
conf_files="/etc/lms.conf /etc/pam.d/lms"
short_desc="Lightweight Music Server"
maintainer="danoloan10 <danoloan10@tutanota.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/epoupon/lms"
distfiles="https://github.com/epoupon/lms/archive/refs/tags/v${version}.tar.gz "
checksum=d6c4ee398e660b930f188347b85c89492ba836a3cc6043e137b090f8983836f0
system_accounts="_lms"
_lms_homedir="/var/lms"
make_dirs="/var/lms 755 _lms _lms"
post_install() {
vconf conf/lms.conf
vmkdir /etc/pam.d
vcopy conf/pam/* /etc/pam.d
vsv lms
}