pkgname: speedcrunch pkgver: '0.12.0' pkgrel: '1' pkgdesc: Simple but powerful calculator using Qt url: 'https://speedcrunch.org/' arch: x86_64 depends: [] makedepends: - cmake - qttools source: - 'https://bitbucket.org/heldercorreia/speedcrunch/get/release-${pkgver}.tar.bz2' sha256sums: - 59bfc6747060dd15c43c1e9afffdb708c15e3c2a7c36855b83952f33ba451d85 build: | cd */src mkdir -pv build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr make make DESTDIR=${PKGDIR} install package: | true