ldm: update to 0.8.

This commit is contained in:
Shashank Thakur 2025-06-12 12:25:36 +02:00 committed by Duncan Overbruck
parent 16b64c01ea
commit 2f657a384e

View file

@ -1,15 +1,16 @@
# Template file for 'ldm' # Template file for 'ldm'
pkgname=ldm pkgname=ldm
version=0.7 version=0.8
revision=1 revision=1
build_style="gnu-makefile"
hostmakedepends="perl pkg-config" hostmakedepends="perl pkg-config"
makedepends="libmount-devel eudev-libudev-devel libglib-devel" makedepends="libmount-devel eudev-libudev-devel libglib-devel"
short_desc="A lightweight device mounter" short_desc="Lightweight device mounter"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/LemonBoy/ldm" homepage="https://github.com/LemonBoy/ldm"
distfiles="https://github.com/LemonBoy/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/LemonBoy/${pkgname}/archive/v${version}.tar.gz"
checksum=fb464bffec5b7d0680009b43a95881e8c02ec07e84d6f7fb05206d666dc44bdb checksum=e471453e6ae9fa91d6150fe13c01587dd8e15a3f64665d0556ad7e8398dc46ef
do_build() { do_build() {
# Don't include systemd service as default # Don't include systemd service as default
@ -17,7 +18,7 @@ do_build() {
make CC=$CC ${makejobs} make CC=$CC ${makejobs}
} }
do_install() { do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
vsv ldm vsv ldm
vlicense LICENSE vlicense LICENSE
} }