# Description: daemonless replacement for libudev # URL: https://github.com/illiliti/libudev-zero # Maintainer: Shokara Kou, kou at 13f0 dot net # Depends on: name=libudev-zero version=1.0.1 release=1 source=(https://github.com/illiliti/$name/archive/refs/tags/$version.tar.gz) build() { cd $name-$version make make PREFIX=/usr DESTDIR=$PKG install }