New package: samurai-0.2.

Closes #9596.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-11-28 04:20:18 -02:00 committed by Enno Boland
parent 8df80306ca
commit a4ecc5a6bc
1 changed files with 19 additions and 0 deletions

19
srcpkgs/samurai/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'samurai'
pkgname=samurai
version=0.2
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=cc1dd8e9f7df4309c341d209e4b41a2a16cb7f4609c672a55413ec675fae5284
pre_install() {
sed -i 's|/usr/local|/usr|g' Makefile
}
post_install() {
vlicense LICENSE
}