# Exit on error:
set -e

wget https://github.com/IgnorantGuru/udevil/archive/0.4.4.tar.gz
tar xf 0.4.4.tar.gz
cd udevil-0.4.4

./configure \
    --prefix=/usr

make
make install

cd ..
exit 0
