# Maintainer: Victor Tran pkgname=the-libs pkgver=4.0 pkgrel=0 pkgdesc="Common libraries for the- applications by Victor Tran" arch=("x86_64") url="https://github.com/vicr123/the-libs" license=('GPL3') depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'qt5-x11extras' 'gsettings-qt') makedepends=('git' 'qt5-tools') source=("$pkgname-$pkgver"::"https://github.com/vicr123/the-libs/archive/v4.0.tar.gz") sha256sums=('de10d868853c314c9c4f856878895477c18ce0113fa8d26a32fe76642d797d58') build() { cd "$pkgname-$pkgver" qmake make } package() { cd "$pkgname-$pkgver" make install INSTALL_ROOT=$pkgdir }