19 lines
523 B
Bash
19 lines
523 B
Bash
# Template file for 'samurai'
|
|
pkgname=samurai
|
|
version=0.5
|
|
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=a00ef21662719c5e4a18481c8e1b572309ddf47e7087bd5db5664f47352cbb40
|
|
|
|
pre_install() {
|
|
sed -i 's|/usr/local|/usr|g' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|