import 'vcs/git' name=compton vcs_git "https://github.com/yshui/$name" _ cd "$name" make install \ DESTDIR="$dir_install" \ PREFIX="/$dir_prefix" \ BINDIR="/$dir_prefix/$dir_bin" \ MANDIR="/$dir_prefix/$dir_man/man1" \ APPDIR="/$dir_prefix/$dir_data/applications" \ ICODIR="/$dir_prefix/$dir_data/icons/hicolor" # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: