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

                                                 
                                
             

                                                            
                        
          

                                                                                            

                            
                                                                                                             


                                    
             
                        


         



                  


                                           
                                                                                                                                                                                    
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtscript
_pkgname=qtscript-everywhere-src
pkgver=5.12.9
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-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-$pkgver

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

check() {
	make check
}

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

sha512sums="65f6e70bf9cfae5441d53a7c547e32cfa0ef459edfab92a159e8fb04d07d07639fa0b706c7cb9ac73b6aef07eb3f40164e2dbe869cb3ce36df686ba1b519205d  qtscript-everywhere-src-5.12.9.tar.xz"