void-packages/srcpkgs/samurai/template
maxice8 cb4ec4c8fe samurai: update to 0.3.
Closes: #11992 [via git-merge-pr]
2018-03-06 20:05:36 -08:00

19 lines
523 B
Bash

# Template file for 'samurai'
pkgname=samurai
version=0.3
revision=1
build_style=gnu-makefile
short_desc="Ninja-compatible build tool written in C"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT, Apache-2.0"
homepage="https://github.com/michaelforney/samurai"
distfiles="https://github.com/michaelforney/samurai/archive/${version}.tar.gz"
checksum=54a69fd7f1029fe9bb3eaf001c7855d7dbd236184070529395a9e64239bea4fd
pre_install() {
sed -i 's|/usr/local|/usr|g' Makefile
}
post_install() {
vlicense LICENSE
}