# samurai - A ninja-compatible build tool in C
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=samurai
version=1.2
release=1
desc="A ninja-compatible build tool in C"
url="https://github.com/michaelforney/samurai"
license="Apache-2.0 MIT"
depend="glibc"
makedepend=""
source="https://github.com/michaelforney/samurai/releases/download/1.2/samurai-1.2.tar.gz"
sha256="SKIP"

build() {
	cd "samurai-1.2"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "samurai-1.2"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
