Skip to content
Snippets Groups Projects
Commit f0f1874f authored by Leo's avatar Leo Committed by Natanael Copa
Browse files

community/qjson: fix license

parent 5616885c
No related merge requests found
......@@ -2,18 +2,17 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=qjson
pkgver=0.9.0
pkgrel=1
pkgrel=2
pkgdesc="A qt-based library that maps JSON data to QVariant objects"
url="http://qjson.sourceforge.net/"
arch="all"
license="GPL"
license="LGPL-2.1-or-later"
makedepends="qt5-qtbase-dev cmake"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/flavio/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir"/${pkgname}-${pkgver}
prepare() {
cd "$_builddir"
cd "$builddir"
mkdir -p "$builddir"/build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment