void-packages/srcpkgs/ldm/template

24 lines
731 B
Bash

# Template file for 'ldm'
pkgname=ldm
version=0.6
revision=1
build_style=gnu-makefile
hostmakedepends="perl pkg-config"
makedepends="libmount-devel libudev-devel libglib-devel cryptsetup-devel"
short_desc="A lightweight device mounter"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="https://github.com/LemonBoy/ldm"
distfiles="https://github.com/LemonBoy/${pkgname}/archive/v${version}.tar.gz"
checksum="180306972ac4ea1881eceabf5acff5ba8b828bfd36aaa74a01d432f0bf575fab"
replaces="ldm-git>=0"
pre_build() {
# Don't include systemd service as default
sed -i 's|install: all install-main install-systemd|install: all install-main|g' Makefile
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/ldm
}