# Description: A screenshot utility # URL: https://github.com/naelstrof/maim # Maintainer: Theo Henson, theodorehenson at protonmail dot com # Depends on: cmake slop name=maim version=5.6.3 release=1 source=(https://github.com/naelstrof/$name/archive/v$version.tar.gz) build() { cd $name-$version cmake -DCMAKE_INSTALL_PREFIX="/usr" ./ make make DESTDIR=$PKG install }