pkgname=alt-media-writer _pkgname=ALTMediaWriter _author=altlinux pkgver=0.6.1 pkgrel=1 pkgdesc='Fedora Media Writer - Write Fedora Images to Portable Media' arch=('any') url="https://github.com/${_author}/${_pkgname}" license=('GPL2') depends=('xz' 'qt5-base' 'qt5-imageformats' 'qt5-tools' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-svg' 'qt5-quickcontrols' 'qt5-x11extras') optdepends=('udisks2: Disk Management Service for disk installation') source=("https://github.com/altlinux/ALTMediaWriter.git") build() { cd "${_pkgname}-${pkgver}" qmake-qt5 PREFIX=/usr . make } package() { cd "${_pkgname}-${pkgver}" INSTALL_ROOT="${pkgdir}" make install }