# Description: ninja-compatible build tool written in C # URL: https://sr.ht/~mcf/samurai/ # Maintainer: Shokara Kou, kou at 13f0 dot net # Depends on: name=samurai commit=4cc8f4a3 version=git-$commit release=1 source=() gitcommit=https://git.sr.ht/~mcf/samurai/ build() { git clone $gitcommit cd $name git checkout $commit make make PREFIX=/usr DESTDIR=$PKG install ln -s samu $PKG/usr/bin/ninja }