samurai: update to 0.7.

This commit is contained in:
Duncaen 2019-07-10 17:25:58 +02:00
parent 77655fe9df
commit b9eab96248

View file

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