mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-13 22:04:37 +02:00
The GPL-2.0 name is deprecated. And LGPL-1.0-only doesn't exist. Ref https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree/README.licensing
14 lines
302 B
Text
14 lines
302 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=alpine-sdk
|
|
pkgver=1.1
|
|
pkgrel=0
|
|
url="https://git.alpinelinux.org/"
|
|
pkgdesc="Alpine Software Development Kit meta package"
|
|
depends="abuild build-base git"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
options="!check"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|