# Description: portable pure c implementation of the git core methods # URL: https://libgit2.github.com/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: cmake name=libgit2 version=0.28.2 release=1 source=(https://github.com/$name/$name/archive/v$version.tar.gz) build() { cd $name-$version cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr make make install }