🔒 Repository is read-only – file editing is disabled.

recipes/gui/alexandra/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: alexandra
pkgver: '1.5.1'
pkgrel: '3'
pkgdesc: A small and user friendly opensource video library with great potential
url: 'http://melnik.solutions/project/alexandra'
arch: x86_64
depends: []
makedepends:
- hicolor-icon-theme
- libmediainfo
- qtbase
- qttools
- qttranslations
source:
- 'https://github.com/eugene-melnik/${pkgname}/archive/${pkgver}.tar.gz'
sha256sums:
- d2b52297d3941db2f10ad4dd00a6d5606728c0fee6af5f1594a036f88e47823709
build: |
  cd ${pkgname}-${pkgver}

  qmake PREFIX=/usr alexandra.pro

    make
    make INSTALL_ROOT=${PKGDIR} install
package: |
  true