diff qt/qtscript/qtscript.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/qt/qtscript/qtscript.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/qt/qtscript/qtscript.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -15,7 +15,13 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-. ./qtscript.info
+PKGNAME=qtscript
+PKGVERSION=5.13.0
+PKGREVISION=1
+PKGLICENSE="GPLv30 LGPL-2.1-only"
+PKGSUMMARY="Qt script module"
+PKGDOWNLOAD="http://download.qt-project.org/official_releases/qt/${PKGVERSION%.*}/$PKGVERSION/submodules/$PKGNAME-everywhere-src-$PKGVERSION.tar.xz"
+PKGDEPENDS="qtbase"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}