summaryrefslogblamecommitdiff
path: root/user/qt5-qtscript/APKBUILD
blob: da4bb96d5ad392edc79c61c6a53896e02e517ba0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                 

                            

                                                            
                        
          

                                                                                            

                            

                                                                                                                            

         
             
                        


         



                  


                                           
                                                                                                                                                                                               
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtscript
_pkgname=qtscript-everywhere
pkgver=5.15.4
pkgrel=0
pkgdesc="Deprecated scripting framework for Qt applications"
url="https://www.qt.io/"
arch="all"
license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
depends=""
makedepends="qt5-qtbase-dev"
subpackages="$pkgname-dev"
source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-opensource-src-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-src-$pkgver

build() {
	qmake
	make 2>build.log
}

check() {
	make check
}

package() {
	make INSTALL_ROOT="$pkgdir" install
}

sha512sums="01d3b03eec23f462a7931e268eb8572d85ed560dd8b24f85b420ff8ebb1932d4c18f47c8d5fad7b7c09c147158b02b6cceb9c571b10249ba4008b363e23d7f95  qtscript-everywhere-opensource-src-5.15.4.tar.xz"