samurai: update to 0.6.
This commit is contained in:
parent
c1925c72b3
commit
06ad072c64
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'samurai'
|
# Template file for 'samurai'
|
||||||
pkgname=samurai
|
pkgname=samurai
|
||||||
version=0.5
|
version=0.6
|
||||||
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"
|
||||||
|
@ -8,10 +8,10 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
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=a00ef21662719c5e4a18481c8e1b572309ddf47e7087bd5db5664f47352cbb40
|
checksum=b1ead55ec7b319e08e1c66924c55c2af467f32a250cb86827b7a4496b6a8822f
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i 's|/usr/local|/usr|g' Makefile
|
vsed -i 's|/usr/local|/usr|g' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue