summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 82b836e4f9735b3d19cd4702c4e956a2e8b66c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pkgname=alt-media-writer
_pkgname=ALTMediaWriter
_author=altlinux
pkgver=1.0.4
pkgrel=1
pkgdesc='ALT Media Writer is a tool that helps users put ALT images on their portable drives such as flash disks.'
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' 'qt5-quickcontrols2' 'yaml-cpp')
optdepends=('udisks2: Disk Management Service for disk installation')
source=("https://github.com/altlinux/ALTMediaWriter/archive/master.tar.gz")
md5sums=('5b4193edd2a735bad157167892051e51')

build() {
  cd "ALTMediaWriter-master"

  qmake-qt5 PREFIX=/usr .
  make
}


package() {
  cd "ALTMediaWriter-master"

  INSTALL_ROOT="${pkgdir}" make install
}