summaryrefslogtreecommitdiff
path: root/system/mkinitfs/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-25 04:48:38 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-25 04:48:38 -0500
commitdbb82d9c051600a49c5398816f2562fd0e8524c1 (patch)
tree4d85c366c486afc3ec5874be0201ceda22977705 /system/mkinitfs/APKBUILD
parentef5b8bf5082ef4bee655854fe0be922c924af3c1 (diff)
downloadpackages-dbb82d9c051600a49c5398816f2562fd0e8524c1.tar.gz
packages-dbb82d9c051600a49c5398816f2562fd0e8524c1.tar.bz2
packages-dbb82d9c051600a49c5398816f2562fd0e8524c1.tar.xz
packages-dbb82d9c051600a49c5398816f2562fd0e8524c1.zip
system/[various]: last SPDX license fixes
Diffstat (limited to 'system/mkinitfs/APKBUILD')
-rw-r--r--system/mkinitfs/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/mkinitfs/APKBUILD b/system/mkinitfs/APKBUILD
index ecb51abeb..fe21413e3 100644
--- a/system/mkinitfs/APKBUILD
+++ b/system/mkinitfs/APKBUILD
@@ -6,9 +6,8 @@ pkgrel=14
pkgdesc="Tool to generate initramfs images for Alpine"
url="https://git.alpinelinux.org/cgit/mkinitfs"
arch="all"
-license="GPL-2.0"
-# currently we do not ship any testsuite
-options="!check"
+options="!check" # currently we do not ship any testsuite
+license="GPL-2.0-only"
makedepends_build=""
makedepends_host="busybox kmod-dev util-linux-dev cryptsetup-dev linux-headers"
makedepends="$makedepends_build $makedepends_host"