samurai: fix cross

This commit is contained in:
Ella Stanforth 2022-04-22 21:47:11 +00:00
parent a3c01e7787
commit 25a7e2c67b
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,7 @@
pkgver=1.2 pkgver=1.2
pkgname=samurai pkgname=samurai
pkgrel=1 pkgrel=1
auto_cross
fetch() { fetch() {
curl -L "http://github.com/michaelforney/samurai/releases/download/1.2/$pkgname-$pkgver.tar.gz" -o $pkgname-$pkgver.tar.gz 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() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
samu make LDFLAGS="$LDFLAGS"
} }
package() { package() {
@ -22,3 +23,7 @@ license() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
cat LICENSE cat LICENSE
} }
backup() {
return
}