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

recipes/gui/googlemaps/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: googlemaps
pkgver: '0.0.0.2'
pkgrel: '2'
pkgdesc: Google Maps plugin for QtLocation
url: 'https://github.com/vladest/googlemaps'
arch: x86_64
depends:
- qtlocation
makedepends:
- git
- qttools
source:
- 'https://github.com/vladest/${pkgname}/archive/refs/tags/v.${pkgver}.tar.gz'
sha256sums:
- aac2f995917e75dff2861ce38049ccbb1cd51d078cb45d78158caa40a97a5bf0
build: |
  mkdir build
  cd    build
  qmake ../${pkgname}-v.${pkgver}
  make
  make INSTALL_ROOT=${PKGDIR} install
package: |
  true