make_ext4fs: fix cross
This commit is contained in:
parent
588963d7da
commit
3dc7073386
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
pkgname=make_ext4fs
|
||||
pkgver=main
|
||||
mkdeps=toybox:bmake:llvm
|
||||
deps=musl:zlib-ng
|
||||
auto_cross
|
||||
|
||||
fetch() {
|
||||
curl -L "https://github.com/iglunix/make_ext4fs/archive/refs/heads/main.tar.gz" -o $pkgname-$pkgver.tar.gz
|
||||
|
@ -22,3 +25,7 @@ license() {
|
|||
cat LICENSE
|
||||
# cat COPYING
|
||||
}
|
||||
|
||||
backup() {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue