Pkgfile (358B)
1 # Description: daemonless replacement for libudev 2 # URL: https://github.com/illiliti/libudev-zero 3 # Maintainer: Shokara Kou, kou at 13f0 dot net 4 # Depends on: 5 6 name=libudev-zero 7 version=1.0.1 8 release=1 9 source=(https://github.com/illiliti/$name/archive/refs/tags/$version.tar.gz) 10 11 build() { 12 cd $name-$version 13 14 make 15 make PREFIX=/usr DESTDIR=$PKG install 16 }