mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/alpine-sdk: add squashfs-tools to depends
This commit is contained in:
parent
564452f0de
commit
09ea035608
@ -1,14 +1,18 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=alpine-sdk
|
||||
pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgver=0.4
|
||||
pkgrel=0
|
||||
url=http://dev.alpinelinux.org/cgit
|
||||
pkgdesc="Alpine Software Development Kit meta package"
|
||||
depends="abuild build-base git cramfs cdrkit acct mkinitfs mtools"
|
||||
arch="all"
|
||||
depends="abuild build-base git squashfs-tools cdrkit acct mkinitfs mtools"
|
||||
arch="noarch"
|
||||
license="GPL-2"
|
||||
|
||||
build() {
|
||||
# meta package
|
||||
mkdir -p "$pkgdir"
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user