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
|
pkgname=make_ext4fs
|
||||||
pkgver=main
|
pkgver=main
|
||||||
|
mkdeps=toybox:bmake:llvm
|
||||||
|
deps=musl:zlib-ng
|
||||||
|
auto_cross
|
||||||
|
|
||||||
fetch() {
|
fetch() {
|
||||||
curl -L "https://github.com/iglunix/make_ext4fs/archive/refs/heads/main.tar.gz" -o $pkgname-$pkgver.tar.gz
|
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 LICENSE
|
||||||
# cat COPYING
|
# cat COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backup() {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue