1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
6 pkgdesc="Nemo calculator"
8 url="https://github.com/nemomobile-ux/glacier-calc"
10 depends=('qt5-quickcontrols-nemo')
11 makedepends=('cmake' 'qt5-tools')
12 source=("https://github.com/nemomobile-ux/glacier-calc/archive/$pkgver/$pkgname-$pkgver.tar.gz")
13 sha512sums=('16f94492e5b2b1f0863deb1fd5a036f4c56698fcdb276dfa4c1c90638c1b73d2a9620265bff033c6e21a52168c0c458bf3d7e2b557c474b219a2bf4a3fead950')
18 cmake -DCMAKE_INSTALL_PREFIX=/usr .
24 make DESTDIR="$pkgdir" install