samurai: update to 0.4.
This commit is contained in:
parent
5dc723ec05
commit
00a209dbfa
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'samurai'
|
# Template file for 'samurai'
|
||||||
pkgname=samurai
|
pkgname=samurai
|
||||||
version=0.3
|
version=0.4
|
||||||
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,7 +8,7 @@ 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=54a69fd7f1029fe9bb3eaf001c7855d7dbd236184070529395a9e64239bea4fd
|
checksum=369f5bb950d611ed06de84bc86725418c8bbab88badea36964b3b1f559d1161c
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i 's|/usr/local|/usr|g' Makefile
|
sed -i 's|/usr/local|/usr|g' Makefile
|
||||||
|
|
Loading…
Reference in New Issue