qjson: drop package

Nothing else depends on qjson, Qt5 has native support for JSON.
This commit is contained in:
Đoàn Trần Công Danh 2020-08-05 22:31:28 +07:00 committed by Danh Doan
parent 75fb19c99b
commit 694419912c
3 changed files with 0 additions and 30 deletions

View file

@ -1 +0,0 @@
qjson

View file

@ -1,27 +0,0 @@
# Template file for 'qjson'
pkgname=qjson
version=0.9.0
revision=2
build_style=cmake
makedepends="qt-devel"
short_desc="A QT-based library that maps JSON data to QVariant objects"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://qjson.sourceforge.net"
distfiles="https://github.com/flavio/qjson/archive/$version.tar.gz"
checksum=e812617477f3c2bb990561767a4cd8b1d3803a52018d4878da302529552610d4
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel"
fi
qjson-devel_package() {
depends="qt-devel ${sourcepkg}>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
}
}

View file

@ -1,2 +0,0 @@
site="https://github.com/flavio/qjson/tags"
pattern='/archive/\K[\d\.]+(?=\.tar\.gz")'