samurai: fix cross
This commit is contained in:
parent
a3c01e7787
commit
25a7e2c67b
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
pkgver=1.2
|
||||
pkgname=samurai
|
||||
pkgrel=1
|
||||
auto_cross
|
||||
|
||||
fetch() {
|
||||
curl -L "http://github.com/michaelforney/samurai/releases/download/1.2/$pkgname-$pkgver.tar.gz" -o $pkgname-$pkgver.tar.gz
|
||||
|
@ -9,7 +10,7 @@ fetch() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
samu
|
||||
make LDFLAGS="$LDFLAGS"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -22,3 +23,7 @@ license() {
|
|||
cd $pkgname-$pkgver
|
||||
cat LICENSE
|
||||
}
|
||||
|
||||
backup() {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue