# Description:  A lightweight device mounter, with libudev as only dependency
# URL:  https://github.com/LemonBoy/ldm
# Maintainer:  z3bra, dev at z3bra dot org
# Depends on:  udev cryptsetup

name=ldm
version=0.6.2
release=2
source=(https://github.com/LemonBoy/$name/archive/v$version.tar.gz ldm)

build() {
    cd "$name-$version"

    make DESTDIR=$PKG PREFIX=/usr MANPREFIX=/usr/share/man install
    install -D -m 0755 $SRC/ldm $PKG/etc/rc.d/ldm
}
# vim: set ft=sh ts=4 et:
